postgresql/doc
Andrew Dunstan a4cd6abcc9 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.
2011-12-16 19:09:38 -05:00
..
src Add --section option to pg_dump and pg_restore. 2011-12-16 19:09:38 -05:00
bug.template
KNOWN_BUGS
Makefile
MISSING_FEATURES
TODO