Re: pg_dump -d

Поиск
Список
Период
Сортировка
От Joshua Tolley
Тема Re: pg_dump -d
Дата
Msg-id 4b8d309f.9513f30a.0f4c.4ad9@mx.google.com
обсуждение исходный текст
Ответ на pg_dump -d  (Vincent Maury <vmaury79@yahoo.fr>)
Список pgsql-bugs
On Tue, Mar 02, 2010 at 11:09:49AM +0000, Vincent Maury wrote:
> Hi,
>=20
> it seems pg_dump doesn't like -d option although it accepts --inserts. Sa=
me 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,
>=20
> 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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Joshua Tolley
Дата:
Сообщение: Re: BUG #5357: PGAdmin: SQL Query Editor does not (always) open files
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5351: compiling with --disable-shared is broken (patch included)