aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-05-15 22:06:27 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2017-05-15 22:06:27 -0400
commit6accefd46639db9f20bcc4c2e15c9844bae0d184 (patch)
treee09486dbad6d1b53bd90062f66c115a1dd9f4ca9
parent5ad367a35b58a02686558a0189ef74f123ac85ba (diff)
downloadpostgresql-6accefd46639db9f20bcc4c2e15c9844bae0d184.tar.gz
postgresql-6accefd46639db9f20bcc4c2e15c9844bae0d184.zip
Update CREATE SUBSCRIPTION docs for recent syntax change.
Masahiko Sawada
-rw-r--r--doc/src/sgml/ref/create_subscription.sgml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml
index f2da662499c..2c91eb6f504 100644
--- a/doc/src/sgml/ref/create_subscription.sgml
+++ b/doc/src/sgml/ref/create_subscription.sgml
@@ -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>