Review comments for Patch: exclude-table-data option for pg_dump - Mailing list pgsql-hackers

From Josh Berkus
Subject Review comments for Patch: exclude-table-data option for pg_dump
Date
Msg-id 4EB320BE.6080407@agliodbs.com
Whole thread Raw
List pgsql-hackers
Hackers,

Andrew produced a version for this patch which builds against 9.0.  I've
tested that version on a production installation of PostgreSQL, including:

* dumping and reloading a production database with over 200 objects,
500GB of data and complex dependancies, 4 times so far
* excluding different sets of data
* getting table names wrong (didn't mean to test that, but I did)
* using the --help and man page

In all cases the new pg_dump --exclude-table-data option behaved as
expected, without errors, and consistent with other pg_dump options.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Online base backup from the hot-standby
Next
From: Tom Lane
Date:
Subject: Re: Strange behavior on to_tsquery()