Add --section option to pg_dump and pg_restore.

Andrew Dunstan <andrew@dunslane.net>

Commit: a4cd6abcc901c1a8009c62a27f78696717bb8fe1
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2011-12-17T00:09:38Z
Releases: 9.2.0
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 and Josh Berkus.

Files