-
- Downloads
pg_dump: Always dump subscriptions NOCONNECT
This removes the pg_dump option --no-subscription-connect and makes it the default. Dumping a subscription so that it activates right away when restored is not very useful, because the state of the publication server is unclear. Discussion: https://www.postgresql.org/message-id/e4fbfad5-c6ac-fd50-6777-18c84b34eb2f@2ndquadrant.com
Showing
- doc/src/sgml/ref/pg_dump.sgml 13 additions, 13 deletionsdoc/src/sgml/ref/pg_dump.sgml
- src/bin/pg_dump/pg_backup.h 0 additions, 1 deletionsrc/bin/pg_dump/pg_backup.h
- src/bin/pg_dump/pg_dump.c 2 additions, 20 deletionssrc/bin/pg_dump/pg_dump.c
- src/bin/pg_dump/pg_dump.h 0 additions, 1 deletionsrc/bin/pg_dump/pg_dump.h
- src/bin/pg_dump/t/002_pg_dump.pl 2 additions, 2 deletionssrc/bin/pg_dump/t/002_pg_dump.pl
Loading
Please register or sign in to comment