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

From Thom Brown
Subject Re: pgsql: Add --section option to pg_dump and pg_restore.
Date
Msg-id CAA-aLv4JSBtL7-F0hbTS6Pomoy=9mPX9KMfjFrE=hdpq3TYQiQ@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Add --section option to pg_dump and pg_restore.  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgsql: Add --section option to pg_dump and pg_restore.  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
On 17 December 2011 02:32, Andrew Dunstan <andrew@dunslane.net> wrote:
>
>
> On 12/16/2011 07:57 PM, Thom Brown wrote:
>>
>> 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.
>>
>
>
> Hmm, yeah. Are they the only ones?

Well, there's object permissions too excluding ownership, but can't
think of anything else.

--
Thom

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add missing 'static' qualifier.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Clarify the post-data status on unvalidated check constraints.