pg_dump: Always dump subscriptions NOCONNECT

Peter Eisentraut <peter_e@gmx.net>

Commit: a9254e675bde7dc2d976d207450c559d914c0dd6
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-04-13T16:01:27Z
Releases: 10.0
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

PathChange+/−
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