pg_dump: Always dump subscriptions NOCONNECT
Peter Eisentraut <peter_e@gmx.net>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_dump.sgml | modified | +13 −13 |
| src/bin/pg_dump/pg_backup.h | modified | +0 −1 |
| src/bin/pg_dump/pg_dump.c | modified | +2 −20 |
| src/bin/pg_dump/pg_dump.h | modified | +0 −1 |
| src/bin/pg_dump/t/002_pg_dump.pl | modified | +2 −2 |
Documentation touched
Discussion
- SUBSCRIPTIONS and pg_upgrade 36 messages · 2017-02-17 → 2017-05-10