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

From: Thom Brown <thom(at)linux(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add --section option to pg_dump and pg_restore.
Date: 2011-12-17 00:57:59
Message-ID: CAA-aLv6aC8cvBO9dKoADiL_BePyYzE9foo3LrtWZ49QRGebBWA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 17 December 2011 00:17, Andrew Dunstan <andrew(at)dunslane(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2011-12-17 01:58:43 npgsql - Npgsql2: Fixed a test which were leaking a datareader open.
Previous Message Andrew Dunstan 2011-12-17 00:17:13 pgsql: Add --section option to pg_dump and pg_restore.