From: Nathan Bossart Date: Wed, 1 Apr 2026 14:48:48 +0000 (-0500) Subject: doc: Add missing description for DROP SUBSCRIPTION IF EXISTS. X-Git-Tag: REL_16_14~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=009e1d303a65055d77912535a22471e611c41272;p=thirdparty%2Fpostgresql.git doc: Add missing description for DROP SUBSCRIPTION IF EXISTS. Oversight in commit 665d1fad99. Author: Peter Smith Reviewed-by: Chao Li Discussion: https://postgr.es/m/CAHut%2BPv72haFerrCdYdmF6hu6o2jKcGzkXehom%2BsP-JBBmOVDg%40mail.gmail.com Backpatch-through: 14 --- diff --git a/doc/src/sgml/ref/drop_subscription.sgml b/doc/src/sgml/ref/drop_subscription.sgml index 2a67bdea913..e07124fd661 100644 --- a/doc/src/sgml/ref/drop_subscription.sgml +++ b/doc/src/sgml/ref/drop_subscription.sgml @@ -49,6 +49,16 @@ DROP SUBSCRIPTION [ IF EXISTS ] nameParameters + + IF EXISTS + + + Do not throw an error if the subscription does not exist. A notice is + issued in this case. + + + + name