diff options
Diffstat (limited to 'doc/src/sgml')
-rw-r--r-- | doc/src/sgml/ref/create_subscription.sgml | 5 | ||||
-rw-r--r-- | doc/src/sgml/ref/drop_subscription.sgml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml index 250806f981b..9bed26219c6 100644 --- a/doc/src/sgml/ref/create_subscription.sgml +++ b/doc/src/sgml/ref/create_subscription.sgml @@ -52,6 +52,11 @@ CREATE SUBSCRIPTION <replaceable class="PARAMETER">subscription_name</replaceabl </para> <para> + <command>CREATE SUBSCRIPTION</command> cannot be executed inside a + transaction block when <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 <xref linkend="logical-replication">. diff --git a/doc/src/sgml/ref/drop_subscription.sgml b/doc/src/sgml/ref/drop_subscription.sgml index 9f2fb93275c..4228f1a2533 100644 --- a/doc/src/sgml/ref/drop_subscription.sgml +++ b/doc/src/sgml/ref/drop_subscription.sgml @@ -38,8 +38,8 @@ DROP SUBSCRIPTION [ IF EXISTS ] <replaceable class="parameter">name</replaceable </para> <para> - The replication worker associated with the subscription will not stop until - after the transaction that issued this command has committed. + <command>DROP SUBSCRIPTION</command> cannot be executed inside a + transaction block when <literal>DROP SLOT</literal> is specified. </para> </refsect1> |