Re: pgsql: Add --section option to pg_dump and pg_restore.

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: pgsql: Add --section option to pg_dump and pg_restore.
Дата
Msg-id CAA-aLv6aC8cvBO9dKoADiL_BePyYzE9foo3LrtWZ49QRGebBWA@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Add --section option to pg_dump and pg_restore.  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pgsql: Add --section option to pg_dump and pg_restore.  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
On 17 December 2011 00:17, Andrew Dunstan <andrew@dunslane.net> wrote:
> Add --section option to pg_dump and pg_restore.
>
> Valid values are --pre-data, data and post-data. The option can be
> given more than once. --schema-only is equivalent to
> --section=pre-data --section=post-data. --data-only is equivalent
> to --section=data.

"Post-data items consist of definitions of indexes, triggers, rules
and constraints other than check constraints."

What about NOT VALID check constraints?  Those are required to be post-data.

--
Thom

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Add --section option to pg_dump and pg_restore.
Следующее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: Fixed a test which were leaking a datareader open.