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

2011-12-17 Thread Thom Brown
On 17 December 2011 18:11, Andrew Dunstan wrote: > > > On 12/17/2011 08:13 AM, Thom Brown wrote: >> >> On 17 December 2011 02:32, Andrew Dunstan  wrote: >>> >>> >>> On 12/16/2011 07:57 PM, Thom Brown wrote: On 17 December 2011 00:17, Andrew Dunstan    wrote: > > Add --section opt

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

2011-12-17 Thread Andrew Dunstan
On 12/17/2011 08:13 AM, Thom Brown wrote: On 17 December 2011 02:32, Andrew Dunstan wrote: On 12/16/2011 07:57 PM, Thom Brown wrote: On 17 December 2011 00:17, Andrew Dunstanwrote: Add --section option to pg_dump and pg_restore. Valid values are --pre-data, data and post-data. The opt

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

2011-12-17 Thread Thom Brown
On 17 December 2011 02:32, Andrew Dunstan wrote: > > > On 12/16/2011 07:57 PM, Thom Brown wrote: >> >> On 17 December 2011 00:17, Andrew Dunstan  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

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

2011-12-16 Thread Andrew Dunstan
On 12/16/2011 07:57 PM, Thom Brown wrote: On 17 December 2011 00:17, Andrew Dunstan 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

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

2011-12-16 Thread Thom Brown
On 17 December 2011 00:17, Andrew Dunstan 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

[COMMITTERS] pgsql: Add --section option to pg_dump and pg_restore.

2011-12-16 Thread Andrew Dunstan
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. Andrew Dunstan, reviewed by Joachim Wieland