Re: DOCS: ALTER PUBLICATION - Synopsis for DROP is a bit misleading

Peter Smith <smithpb2250@gmail.com>

From: Peter Smith <smithpb2250@gmail.com>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-14T01:27:36Z
Lists: pgsql-hackers
On Wed, Nov 12, 2025 at 6:06 PM Fujii Masao <masao.fujii@gmail.com> wrote:
>
> On Wed, Nov 5, 2025 at 1:44 PM Fujii Masao <masao.fujii@gmail.com> wrote:
> >
> > On Wed, Nov 5, 2025 at 8:26 AM Peter Smith <smithpb2250@gmail.com> wrote:
> > >
> > > Bump. I found this old thread of mine had received no responses for
> > > several months.
> > >
> > > Any thoughts about the problem it describes?
> >
> > +1 to fixing the misleading synopsis. The patch looks good to me.
> > Unless there are any objections, I'll go ahead and commit it.
>
> I've pushed the patch. Thanks!
>

Thanks for pushing that synopsis fix.

Just in case you are interested, I have another small CREATE/ALTER
PUBLICATION synopsis patch over here [1] that needs some attention ;-)

======
[1] https://www.postgresql.org/message-id/CAHut%2BPsuHQE2o1-xpWGMTz3zfO%2BRZUvReu_bx3Tm3jPrMpM22Q%40mail.gmail.com

Kind Regards,
Peter Smith.
Fujitsu Australia



Commits

  1. doc: Fix incorrect synopsis for ALTER PUBLICATION ... DROP ...