bug in pg_dumpall 7.3

Started by Christopher Kings-Lynneabout 23 years ago2 messages
#1Christopher Kings-Lynne
chriskl@familyhealth.com.au

Do this:

create database "adsf asdf";

Then to a pg_dumpall and you get this:

\connect "adsf asdf"
pg_dump: too many command line options (first is 'asdf')
Try 'pg_dump --help' for more information.
pg_dumpall: pg_dump failed on adsf asdf, exiting
LOG: pq_recvbuf: unexpected EOF on client connection

Chris

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Christopher Kings-Lynne (#1)
Re: bug in pg_dumpall 7.3

"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:

Do this:
create database "adsf asdf";

Then to a pg_dumpall and you get this:

\connect "adsf asdf"
pg_dump: too many command line options (first is 'asdf')

Good catch --- fixed.

regards, tom lane