Fix refresh_option syntax of ALTER SUBSCRIPTION in document
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
Attachments:
fix_document_alter_subscription.patchapplication/octet-stream; name=fix_document_alter_subscription.patchDownload+2-2
On 5/17/17 01:26, Masahiko Sawada wrote:
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.
committed
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers