Re: [HACKERS] Fix tab-completion of ALTER SUBSCRIPTION SET PUBLICATION - Mailing list pgsql-hackers

From Masahiko Sawada
Subject Re: [HACKERS] Fix tab-completion of ALTER SUBSCRIPTION SET PUBLICATION
Date
Msg-id CAD21AoBfii3ok8htiEQVzZKDfhCSM6pbWahDR3sdawBG8hekMQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Fix tab-completion of ALTER SUBSCRIPTION SETPUBLICATION  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: [HACKERS] Fix tab-completion of ALTER SUBSCRIPTION SETPUBLICATION  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
On Wed, Jun 7, 2017 at 12:41 PM, Peter Eisentraut
<peter.eisentraut@2ndquadrant.com> wrote:
> On 6/6/17 04:17, Masahiko Sawada wrote:
>> With this patch, ALTER SUBSCRIPTION <sub> SET PUBLICATION <pub> [TAB]
>> completes with "REFRESH" and "SKIP REFRESH".
>> Specifying either REFRESH or SKIP REFRESH is mandatory after ALTER
>> SUBSCRIPTION SET PUBLICATION, so i think it's good to add this.
>
> That syntax does not exist anymore.
>
> You could add support for the new WITH () syntax.
>

Sorry, I missed it.
Attached updated version patch adds WITH() syntax.

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: "Regina Obe"
Date:
Subject: Re: [HACKERS] Parallel Aggregation support for aggregate functions that use transitions not implemented for array_agg
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Parallel Aggregation support for aggregate functions that use transitions not implemented for array_agg