Re: pg_dump --exclude-table-data

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_dump --exclude-table-data
Date: 2011-12-12 19:36:28
Message-ID: 4EE657BC.4050602@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/08/2011 11:36 AM, Andrew Dunstan wrote:
>
>
> On 12/08/2011 11:13 AM, Robert Haas wrote:
>> Ah, hmm. Well, maybe it's fine the way that you have it. But I'd be
>> tempted to at least add a sentence to the sgml documentation for each
>> option referring to the other, e.g. "To dump only schema for all
>> tables in the database, see --schema-only." and "To exclude table data
>> for only a subset of tables in the database, see
>> --exclude-table-data.", or something along those lines.
>>
>
> Sure, no problem with that.
>
>

Revised patch attached.

cheers

andrew

Attachment Content-Type Size
exclude-table-data3.patch text/x-patch 5.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2011-12-12 19:39:45 Re: Is anybody actually using XLR_BKP_REMOVABLE?
Previous Message Marti Raudsepp 2011-12-12 19:32:52 Re: [PATCH] Caching for stable expressions with constant arguments v3