|
|
|
|
@ -48,11 +48,6 @@ CREATE SUBSCRIPTION <replaceable class="PARAMETER">subscription_name</replaceabl |
|
|
|
|
subscription at the commit of the transaction where this command is run. |
|
|
|
|
</para> |
|
|
|
|
|
|
|
|
|
<para> |
|
|
|
|
<command>CREATE SUBSCRIPTION</command> cannot be executed inside a |
|
|
|
|
transaction block when the parameter <literal>create_slot</literal> is specified. |
|
|
|
|
</para> |
|
|
|
|
|
|
|
|
|
<para> |
|
|
|
|
Additional info about subscriptions and logical replication as a whole |
|
|
|
|
can is available at <xref linkend="logical-replication-subscription"> and |
|
|
|
|
@ -227,6 +222,11 @@ CREATE SUBSCRIPTION <replaceable class="PARAMETER">subscription_name</replaceabl |
|
|
|
|
publication instance. |
|
|
|
|
</para> |
|
|
|
|
|
|
|
|
|
<para> |
|
|
|
|
When creating a replication slot (the default behavior), <command>CREATE |
|
|
|
|
SUBSCRIPTION</command> cannot be executed inside a transaction block. |
|
|
|
|
</para> |
|
|
|
|
|
|
|
|
|
<para> |
|
|
|
|
Creating a subscription that connects to the same database cluster (for |
|
|
|
|
example, to replicate between databases in the same cluster or to replicate |
|
|
|
|
|