Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis

Chao Li <li.evan.chao@gmail.com>

From: Chao Li <li.evan.chao@gmail.com>
To: Peter Smith <smithpb2250@gmail.com>
Cc: Fujii Masao <masao.fujii@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-21T06:26:25Z
Lists: pgsql-hackers

> On Nov 21, 2025, at 05:08, Peter Smith <smithpb2250@gmail.com> wrote:
> 
> I've reverted the ALTER 'publication_drop_object' part to be the same
> as master (i.e. removed the v6 'table' replacement) after Fujii-San
> showed [1] that the original synopsis style is present on some other
> documentation pages.
> 
> PSS new patch v7.
> 
> ======
> [1] https://www.postgresql.org/message-id/CAHGQGwHOQJCG-THQ1iBE7rTncjYXmXa7TSfDZn5RP%2BjM35wnsQ%40mail.gmail.com
> 
> Kind Regards,
> Peter Smith.
> Fujitsu Australia
> <v7-0001-Fix-synopsis.patch>

I rendered the html pages with v7 patched. LGTM.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/







Commits

  1. doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION.