Fix tab-completion of ALTER SUBSCRIPTION SET PUBLICATION

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Fix tab-completion of ALTER SUBSCRIPTION SET PUBLICATION
Date: 2017-06-06 08:17:14
Message-ID: CAD21AoAVv9Mq6g1XgspKeH9d5_EOYsBpMgDdm4L+6F7msB-pWw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Attached patch for $subject.

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.

Regards,

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

Attachment Content-Type Size
fix_ALTER_SUB_tab_completion.patch application/octet-stream 679 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2017-06-06 08:50:53 Re: [POC] hash partitioning
Previous Message Alvaro Herrera 2017-06-06 07:39:50 Re: Use of non-restart-safe storage by temp_tablespaces