diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_subscription.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_subscription.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/drop_subscription.sgml b/doc/src/sgml/ref/drop_subscription.sgml index f535c000c40..f5734e6f300 100644 --- a/doc/src/sgml/ref/drop_subscription.sgml +++ b/doc/src/sgml/ref/drop_subscription.sgml @@ -93,6 +93,11 @@ DROP SUBSCRIPTION [ IF EXISTS ] <replaceable class="parameter">name</replaceable reserve WAL and might eventually cause the disk to fill up. See also <xref linkend="logical-replication-subscription-slot">. </para> + + <para> + If a subscription is associated with a replication slot, then <command>DROP + SUBSCRIPTION</command> cannot be executed inside a transaction block. + </para> </refsect1> <refsect1> |