-
- Downloads
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
Showing
- doc/src/sgml/ref/pg_dumpall.sgml 21 additions, 0 deletionsdoc/src/sgml/ref/pg_dumpall.sgml
- src/bin/pg_dump/pg_dump.c 2 additions, 1 deletionsrc/bin/pg_dump/pg_dump.c
- src/bin/pg_dump/pg_dumpall.c 78 additions, 0 deletionssrc/bin/pg_dump/pg_dumpall.c
- src/bin/pg_dump/t/001_basic.pl 12 additions, 1 deletionsrc/bin/pg_dump/t/001_basic.pl
- src/bin/pg_dump/t/002_pg_dump.pl 11 additions, 0 deletionssrc/bin/pg_dump/t/002_pg_dump.pl
Loading
Please register or sign in to comment