pgsql: Add --exclude-database option to pg_dumpall

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Add --exclude-database option to pg_dumpall
Дата
Msg-id E1gzknH-0008QJ-NY@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Add --exclude-database option to pg_dumpall  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Add --exclude-database option to pg_dumpall

This option functions similarly to pg_dump's --exclude-table option, but
for database names. The option can be given once, and the argument can
be a pattern including wildcard characters.

Author: Andrew Dunstan.
Reviewd-by: Fabien Coelho and Michael Paquier
Discussion: https://postgr.es/m/43a54a47-4aa7-c70e-9ca6-648f436dd6e6@2ndQuadrant.com

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/pg_dumpall.sgml | 21 +++++++++++
src/bin/pg_dump/pg_dump.c        |  3 +-
src/bin/pg_dump/pg_dumpall.c     | 78 ++++++++++++++++++++++++++++++++++++++++
src/bin/pg_dump/t/001_basic.pl   | 13 ++++++-
src/bin/pg_dump/t/002_pg_dump.pl | 11 ++++++
5 files changed, 124 insertions(+), 2 deletions(-)


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Clear the local map when not used.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Add extra descriptive headings in pg_dumpall