From ba8b89123694cce4a2f1d52dc11450e2bbcd9ea4 Mon Sep 17 00:00:00 2001 From: Nathan Bossart Date: Wed, 1 Apr 2026 09:48:48 -0500 Subject: [PATCH] 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 --- doc/src/sgml/ref/drop_subscription.sgml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/src/sgml/ref/drop_subscription.sgml b/doc/src/sgml/ref/drop_subscription.sgml index d79f137c1e8..97ecca7f982 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