]> granicus.if.org Git - postgresql/commit
pg_dump: Always dump subscriptions NOCONNECT
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 13 Apr 2017 02:12:30 +0000 (22:12 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 13 Apr 2017 16:01:27 +0000 (12:01 -0400)
commita9254e675bde7dc2d976d207450c559d914c0dd6
tree40c501bfdf180a20b6315132e7c8db9dfb22400a
parentc31671f9b5f6eee9b6726baad2db1795c94839d1
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
doc/src/sgml/ref/pg_dump.sgml
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h
src/bin/pg_dump/t/002_pg_dump.pl