Re: SUBSCRIPTIONS and pg_upgrade

Michael Paquier <michael.paquier@gmail.com>

From: Michael Paquier <michael.paquier@gmail.com>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: Petr Jelinek <petr.jelinek@2ndquadrant.com>, Noah Misch <noah@leadboat.com>, Robert Haas <robertmhaas@gmail.com>, Stephen Frost <sfrost@snowman.net>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-05-10T00:06:34Z
Lists: pgsql-hackers
On Wed, May 10, 2017 at 12:00 AM, Peter Eisentraut
<peter.eisentraut@2ndquadrant.com> wrote:
> On 5/9/17 04:54, Petr Jelinek wrote:
>>> I think that it would be nice to fix that even before beta, so
>>> attached is a patch to add --no-subscriptions to pg_dump, pg_dumpall
>>> and pg_restore.
>>
>> Looks okay to me, it's simple enough patch.
>
> Committed, thanks.
>
> (There was some inconsistent variable naming no_subscription vs
> no_subscriptions, which I sorted out.)

Thanks.
-- 
Michael


Commits

  1. pg_dump: Always dump subscriptions NOCONNECT

  2. pg_dump: Dump subscriptions by default