pgsql: Simplify options in pg_dump and pg_restore. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Simplify options in pg_dump and pg_restore.
Date
Msg-id E1uiDkV-000NWt-0e@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <nathandbossart@gmail.com>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/f379d0aeefe8effe13302a436bc28f549f09e924.camel@j-davis.com
Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a3e8dc14386221e2db0fe92589327c5b2dea22af

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(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Simplify options in pg_dump and pg_restore.
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix assertion failure in pgbench when handling multiple pipeline