pgsql: pg_dump: Always dump subscriptions NOCONNECT

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump: Always dump subscriptions NOCONNECT
Date: 2017-04-13 16:04:41
Message-ID: E1cyhEf-0001Gb-CF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a9254e675bde7dc2d976d207450c559d914c0dd6

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 26 +++++++++++++-------------
src/bin/pg_dump/pg_backup.h | 1 -
src/bin/pg_dump/pg_dump.c | 22 ++--------------------
src/bin/pg_dump/pg_dump.h | 1 -
src/bin/pg_dump/t/002_pg_dump.pl | 4 ++--
5 files changed, 17 insertions(+), 37 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-04-13 16:08:15 pgsql: Move bootstrap-time lookup of regproc OIDs into genbki.pl.
Previous Message Alvaro Herrera 2017-04-13 15:14:30 pgsql: Fix XMLTABLE synopsis, add XMLNAMESPACES example