Re: DOCS - DROP SUBSCRIPTION does not document parameter "IF EXISTS"

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: Peter Smith <smithpb2250(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: DOCS - DROP SUBSCRIPTION does not document parameter "IF EXISTS"
Date: 2026-04-01 14:11:35
Message-ID: ac0nl5k3qQEhjkMK@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Apr 01, 2026 at 02:43:15PM +0800, Chao Li wrote:
> On Apr 1, 2026, at 14:16, Peter Smith <smithpb2250(at)gmail(dot)com> wrote:
>> PSA a patch to add similar documentation for DROP SUBSCRIPTION IF EXISTS.
>
> Looks good. The patch uses the same phrase for “if exists” as the doc of
> “drop publication”. And I verified that a notice is issued:

Thanks. Will commit/back-patch shortly.

--
nathan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2026-04-01 14:19:32 Re: pg_waldump: support decoding of WAL inside tarfile
Previous Message Andres Freund 2026-04-01 13:58:28 Re: 'Bad file descriptor: dup2( 1, 2 )' error on MacOS CI tasks