Re: Skipping schema changes in publication

From: shveta malik <shveta(dot)malik(at)gmail(dot)com>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Peter Smith <smithpb2250(at)gmail(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>, Shlok Kyal <shlok(dot)kyal(dot)oss(at)gmail(dot)com>, Nisha Moond <nisha(dot)moond412(at)gmail(dot)com>, Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, "Zhijie Hou (Fujitsu)" <houzj(dot)fnst(at)fujitsu(dot)com>, YeXiu <1518981153(at)qq(dot)com>, Ian Lawrence Barwick <barwick(at)gmail(dot)com>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, shveta malik <shveta(dot)malik(at)gmail(dot)com>
Subject: Re: Skipping schema changes in publication
Date: 2026-03-27 05:49:36
Message-ID: CAJpy0uApqCwNJig2Lbe8sFN-6behDBZ0OF2iXh-SQbsksLFDEQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 26, 2026 at 8:54 PM vignesh C <vignesh21(at)gmail(dot)com> wrote:
>
>
> Attached patch has the changes for the same.
>

I reviewed the EXCEPT patch and don’t have additional comments beyond
what Peter has already mentioned. The feedback mainly falls into two
categories:

1) Update the doc and comments to reference the correct clause instead
of “EXCEPT TABLE.”
2) Add more flexibility in the syntax to allow optional TABLE keywords
with each table name, enabling mixed styles in the future.

thanks
Shveta

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Lakhin 2026-03-27 06:00:00 Re: pg_plan_advice
Previous Message Amit Langote 2026-03-27 05:36:21 Re: Add comments about fire_triggers argument in ri_triggers.c