may be bug in pg_dumpall in 7.0.3 - Mailing list pgsql-hackers

From Korshunov Ilya
Subject may be bug in pg_dumpall in 7.0.3
Date
Msg-id 059801c1576e$ac04cf60$1a01a8c0@kp.ru
Whole thread Raw
Responses Re: may be bug in pg_dumpall in 7.0.3
List pgsql-hackers
Hello
Trying to dump all databases
> ./pg_dumpall -h baze.zenon.net -p 63010 -u > $HOME/pg_dumpall
 
Get error :
psql: connectDBStart() -- connect() failed: No such file or directory
        Is the postmaster running at 'localhost'
        and accepting connections on Unix socket '5432'?
psql: connectDBStart() -- connect() failed: No such file or directory
        Is the postmaster running at 'localhost'
        and accepting connections on Unix socket '5432'?
psql: connectDBStart() -- connect() failed: No such file or directory
        Is the postmaster running at 'localhost'
        and accepting connections on Unix socket '5432'?
psql: connectDBStart() -- connect() failed: No such file or directory
        Is the postmaster running at 'localhost'
        and accepting connections on Unix socket '5432'?

 
Question - how to create full  dump for my base  ?
 
regarrds
korshunov

pgsql-hackers by date:

Previous
From: Lee Kindness
Date:
Subject: Re: compiling libpq++ on Solaris with Sun SPRO6U2 (fixed
Next
From: Bruce Momjian
Date:
Subject: Re: ecpg - GRANT bug