Re: pg_dump --exclude-table-data
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Josh Berkus <josh@agliodbs.com>, pgsql-hackers@postgresql.org
Date: 2011-12-12T19:36:28Z
Lists: pgsql-hackers
Attachments
- exclude-table-data3.patch (text/x-patch) patch
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