pgsql: Simplify options in pg_dump and pg_restore.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: Simplify options in pg_dump and pg_restore.
Дата
Msg-id E1uiDkO-000NWG-1v@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
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(-)


В списке pgsql-committers по дате отправления: