diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_subscription.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_subscription.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |