8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad367a commit 6accefdCopy full SHA for 6accefd
doc/src/sgml/ref/create_subscription.sgml
@@ -202,9 +202,10 @@ CREATE SUBSCRIPTION <replaceable class="PARAMETER">subscription_name</replaceabl
202
</para>
203
204
<para>
205
- Since no connection is made when this option is specified, the
206
- tables are not subscribed, and so after you enable the subscription
207
- 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.
208
+ It is required to run
209
<literal>ALTER SUBSCRIPTION ... REFRESH PUBLICATION</> in order
210
for tables to be subscribed.
211
0 commit comments