[HACKERS] Fix refresh_option syntax of ALTER SUBSCRIPTION in document - Mailing list pgsql-hackers

From Masahiko Sawada
Subject [HACKERS] Fix refresh_option syntax of ALTER SUBSCRIPTION in document
Date
Msg-id CAD21AoDSMGEx6MmAGqD_5C8sE8CDSS7gW5nXbN755uz-MWo9Cw@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] Fix refresh_option syntax of ALTER SUBSCRIPTION indocument  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List 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

-- 
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: Ashutosh Bapat
Date:
Subject: Re: [HACKERS] [POC] hash partitioning
Next
From: Thomas Munro
Date:
Subject: Re: [HACKERS] COPY FROM STDIN behaviour on end-of-file