]> granicus.if.org Git - postgresql/commit
Add --exclude-database option to pg_dumpall
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 1 Mar 2019 15:47:44 +0000 (10:47 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 1 Mar 2019 15:47:44 +0000 (10:47 -0500)
commitf092de0503cd77a8463e7089c249d5e0586a120b
tree062e2d672bb7db110393756d779116e6bdcc9dbf
parent9c32e4c35026bd52aaf340bfe7594abc653e42f0
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
doc/src/sgml/ref/pg_dumpall.sgml
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/t/001_basic.pl
src/bin/pg_dump/t/002_pg_dump.pl