Add --exclude-database option to pg_dumpall

Andrew Dunstan <andrew@dunslane.net>

Commit: f092de0503cd77a8463e7089c249d5e0586a120b
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2019-03-01T15:47:44Z
Releases: 12.0
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

Files

Documentation touched

Discussion