]> granicus.if.org Git - postgresql/commitdiff
Update CREATE SUBSCRIPTION docs for recent syntax change.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 May 2017 02:06:27 +0000 (22:06 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 May 2017 02:06:27 +0000 (22:06 -0400)
Masahiko Sawada

doc/src/sgml/ref/create_subscription.sgml

index f2da662499c0b73a453ee47179d8b9e88e6d4f09..2c91eb6f50485c87ba0408c3752fb1f0487cb00c 100644 (file)
@@ -202,9 +202,10 @@ CREATE SUBSCRIPTION <replaceable class="PARAMETER">subscription_name</replaceabl
          </para>
 
          <para>
-          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 <literal>false</literal>, the tables are not subscribed, and so
+          after you enable the subscription nothing will be replicated.
+          It is required to run
           <literal>ALTER SUBSCRIPTION ... REFRESH PUBLICATION</> in order
           for tables to be subscribed.
          </para>