Re: Support EXCEPT for ALL SEQUENCES publications

From: shveta malik <shveta(dot)malik(at)gmail(dot)com>
To: Shlok Kyal <shlok(dot)kyal(dot)oss(at)gmail(dot)com>
Cc: Peter Smith <smithpb2250(at)gmail(dot)com>, Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>, vignesh C <vignesh21(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: Support EXCEPT for ALL SEQUENCES publications
Date: 2026-08-06 11:54:36
Message-ID: CAJpy0uDnusU+2dQyjYL++S0ZBRqu5bGgot2SPvtCWN-yb7YZCA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Aug 4, 2026 at 1:10 PM Shlok Kyal <shlok(dot)kyal(dot)oss(at)gmail(dot)com> wrote:
>
>
> I have addressed the above comments and attached the updated v24 patch.
>

Thanks Shlok. I don't have further comments on the patches.

A trivial suggestion (no need to send a new version for this, do it if
you get further comments though).

create_publication.sgml:

Temporary
sequences and unlogged sequences are excluded from the publication.
+ Sequences listed in the <literal>EXCEPT</literal> clause are
excluded from
+ the publication.

Should we tweak it to the below to avoid repeated "excluded from the
publication"

Temporary sequences, unlogged sequences, and sequences listed in the
EXCEPT clause are excluded from the publication.

thanks
Shveta

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2026-08-06 12:01:02 Re: Credits For v19
Previous Message Dilip Kumar 2026-08-06 11:19:04 Re: Proposal: Conflict log history table for Logical Replication