postgresql/src/bin
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
..
initdb Miscellaneous cleanup to silence compiler warnings seen on Mingw. 2011-12-10 18:15:15 -05:00
pg_basebackup Miscellaneous cleanup to silence compiler warnings seen on Mingw. 2011-12-10 18:15:15 -05:00
pg_config Make _ be automatically included in GETTEXT_TRIGGERS 2011-06-26 23:05:30 +03:00
pg_controldata Teach pg_controldata and pg_resetxlog about the new backupEndRequired field 2011-08-17 12:36:41 +03:00
pg_ctl Miscellaneous cleanup to silence compiler warnings seen on Mingw. 2011-12-10 18:15:15 -05:00
pg_dump Add --section option to pg_dump and pg_restore. 2011-12-16 19:09:38 -05:00
pg_resetxlog Teach pg_controldata and pg_resetxlog about the new backupEndRequired field 2011-08-17 12:36:41 +03:00
pgevent Miscellaneous cleanup to silence compiler warnings seen on Mingw. 2011-12-10 18:15:15 -05:00
psql Remove spclocation field from pg_tablespace 2011-12-07 10:37:33 +01:00
scripts Make command-line tools smarter about finding a DB to connect to. 2011-12-06 08:48:15 -05:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00