Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis

From: Fujii Masao <masao(dot)fujii(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: CREATE/ALTER PUBLICATION improvements for syntax synopsis
Date: 2025-11-25 10:42:23
Message-ID: CAHGQGwHny7GCvG5WPSeRDqvnWMMYYv=EWDJt3af5A5aVrcXF_Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Nov 21, 2025 at 3:27 PM Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com> wrote:
>
>
>
> > On Nov 21, 2025, at 05:08, Peter Smith <smithpb2250(at)gmail(dot)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.

Thanks for updating the patch! LGTM.

One question: do we want to backpatch this? If so, to which versions?
If we decide to backpatch, it would be helpful if you could provide versions
of the patch that apply cleanly to those older branches.

> I rendered the html pages with v7 patched. LGTM.

+1

Regards,

--
Fujii Masao

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2025-11-25 10:50:51 Some optimizations for COALESCE expressions during constant folding
Previous Message Dilip Kumar 2025-11-25 10:36:22 Re: Proposal: Conflict log history table for Logical Replication