Simplify options in pg_dump and pg_restore.

Remove redundant options --with-data and --with-schema, and rename
--with-statistics to just --statistics.

Reviewed-by: Nathan Bossart <nathandboss...@gmail.com>
Reviewed-by: Fujii Masao <masao.fu...@gmail.com>
Discussion: 
https://postgr.es/m/f379d0aeefe8effe13302a436bc28f549f09e924.ca...@j-davis.com
Backpatch-through: 18

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6a46089e458f2d700dd3b8c3f6fc782de933529a

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml    |  38 ++++--------
doc/src/sgml/ref/pg_dumpall.sgml |  38 ++++--------
doc/src/sgml/ref/pg_restore.sgml |  40 ++++---------
src/bin/pg_dump/pg_dump.c        |  43 ++++----------
src/bin/pg_dump/pg_dumpall.c     |  16 +----
src/bin/pg_dump/pg_restore.c     |  35 ++++-------
src/bin/pg_dump/t/002_pg_dump.pl | 124 +++++++++++++++++++--------------------
src/bin/pg_upgrade/dump.c        |   2 +-
8 files changed, 118 insertions(+), 218 deletions(-)

Reply via email to