bug in pg_dumpall 7.3

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: bug in pg_dumpall 7.3
Date: 2002-11-22 02:26:35
Message-ID: 002301c291ce$949a5cf0$6500a8c0@internal
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-11-22 02:50:55 Re: Optimizer & boolean syntax
Previous Message Daniele Orlandi 2002-11-22 02:08:48 Re: Optimizer & boolean syntax