From: Tom Lane Date: Tue, 16 May 2017 02:06:27 +0000 (-0400) Subject: Update CREATE SUBSCRIPTION docs for recent syntax change. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=6accefd46639db9f20bcc4c2e15c9844bae0d184;p=users%2Frhaas%2Fpostgres.git Update CREATE SUBSCRIPTION docs for recent syntax change. Masahiko Sawada --- diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml index f2da662499..2c91eb6f50 100644 --- a/doc/src/sgml/ref/create_subscription.sgml +++ b/doc/src/sgml/ref/create_subscription.sgml @@ -202,9 +202,10 @@ CREATE SUBSCRIPTION subscription_name - Since no connection is made when this option is specified, the - tables are not subscribed, and so after you enable the subscription - nothing will be replicated. It is required to run + Since no connection is made when this option is set + to false, the tables are not subscribed, and so + after you enable the subscription nothing will be replicated. + It is required to run ALTER SUBSCRIPTION ... REFRESH PUBLICATION in order for tables to be subscribed.