mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Update CREATE SUBSCRIPTION docs for recent syntax change.
Masahiko Sawada
This commit is contained in:
@ -202,9 +202,10 @@ CREATE SUBSCRIPTION <replaceable class="PARAMETER">subscription_name</replaceabl
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Since no connection is made when this option is specified, the
|
Since no connection is made when this option is set
|
||||||
tables are not subscribed, and so after you enable the subscription
|
to <literal>false</literal>, the tables are not subscribed, and so
|
||||||
nothing will be replicated. It is required to run
|
after you enable the subscription nothing will be replicated.
|
||||||
|
It is required to run
|
||||||
<literal>ALTER SUBSCRIPTION ... REFRESH PUBLICATION</> in order
|
<literal>ALTER SUBSCRIPTION ... REFRESH PUBLICATION</> in order
|
||||||
for tables to be subscribed.
|
for tables to be subscribed.
|
||||||
</para>
|
</para>
|
||||||
|
Reference in New Issue
Block a user