Fix refresh_option syntax of ALTER SUBSCRIPTION in document

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Fix refresh_option syntax of ALTER SUBSCRIPTION in document
Date: 2017-05-17 05:26:51
Message-ID: CAD21AoDSMGEx6MmAGqD_5C8sE8CDSS7gW5nXbN755uz-MWo9Cw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

While reading documentation I found refresh_option syntax of ALTER
SUBSCRIPTION in documentation is not correct.

ALTER SUBSCRIPTION ... REFRESH PUBLICATION WITH (refresh_option value [, ...] )
should be changed to
ALTER SUBSCRIPTION ... REFRESH PUBLICATION WITH (refresh_option [=
value] [, ...])

Attached patch fixes this.

Regards,

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

Attachment Content-Type Size
fix_document_alter_subscription.patch application/octet-stream 1.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2017-05-17 05:34:54 Re: COPY FROM STDIN behaviour on end-of-file
Previous Message Ashutosh Bapat 2017-05-17 04:14:04 Re: [POC] hash partitioning