Re: SUBSCRIPTIONS and pg_upgrade

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Stephen Frost <sfrost(at)snowman(dot)net>
Subject: Re: SUBSCRIPTIONS and pg_upgrade
Date: 2017-04-13 02:30:23
Message-ID: ca333d82-95ff-940e-6586-4f673207b195@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 4/11/17 22:16, Peter Eisentraut wrote:
> On 4/10/17 13:58, Peter Eisentraut wrote:
>> Proposal: Dump subscriptions if running as superuser. If not, check if
>> there are subscriptions and warn about that. Remove current pg_dump
>> --include-subscriptions option.
>
> Patch for this part.

And patch for the second part.

I'll commit those in a day or two if there are no new insights.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0002-pg_dump-Always-dump-subscriptions-NOCONNECT.patch invalid/octet-stream 7.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2017-04-13 02:31:34 Re: Tab completion support for ALTER SUBSCRIPTION REFRESH PUBLICATION
Previous Message Michael Paquier 2017-04-13 02:14:57 Re: Some thoughts about SCRAM implementation