From: | Joshua Tolley <eggyknap(at)gmail(dot)com> |
---|---|
To: | Vincent Maury <vmaury79(at)yahoo(dot)fr> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: pg_dump -d |
Date: | 2010-03-02 15:36:46 |
Message-ID: | 4b8d309f.9513f30a.0f4c.4ad9@mx.google.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Tue, Mar 02, 2010 at 11:09:49AM +0000, Vincent Maury wrote:
> Hi,
>
> it seems pg_dump doesn't like -d option although it accepts --inserts. Same with -D and --column-inserts.
> I'm using pg_dump 8.4.1 on Ubuntu 9.10. I hope this is useful for you.
> Thank you very much,
>
> Vincent
pg_dump's options changed between 8.3 and 8.4, in order to help prevent
potentially catastrophic slowdowns when people mistook the -d and -D options
to mean "Connect to this database" rather than as equivalents of --inserts and
--column-inserts. See the documentation for more details:
http://www.postgresql.org/docs/8.4/interactive/app-pgdump.html
http://www.postgresql.org/docs/8.4/interactive/release-8-4.html
--
Joshua Tolley / eggyknap
End Point Corporation
http://www.endpoint.com
From | Date | Subject | |
---|---|---|---|
Next Message | Jonas Lund | 2010-03-02 16:25:33 | Re: BUG #5351: compiling with --disable-shared is broken (patch included) |
Previous Message | Joshua Tolley | 2010-03-02 15:32:13 | Re: BUG #5357: PGAdmin: SQL Query Editor does not (always) open files |