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
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
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
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
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
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