Re: Support EXCEPT for ALL SEQUENCES publications - Mailing list pgsql-hackers

From Shlok Kyal
Subject Re: Support EXCEPT for ALL SEQUENCES publications
Date
Msg-id CANhcyEWb-iB0w3J4fQWbFrNevjeW_s3G=i6KHCTiRVdJnS0dKw@mail.gmail.com
Whole thread
In response to Support EXCEPT for ALL SEQUENCES publications  (Shlok Kyal <shlok.kyal.oss@gmail.com>)
Responses Re: Support EXCEPT for ALL SEQUENCES publications
List pgsql-hackers
On Thu, 6 Aug 2026 at 17:24, shveta malik <shveta.malik@gmail.com> wrote:
>
> On Tue, Aug 4, 2026 at 1:10 PM Shlok Kyal <shlok.kyal.oss@gmail.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.
>
The patches required a rebase.
Attached the rebased patch and also addressed the comment by Shveta.

Thanks,
Shlok Kyal

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [PATCH] Release replication slot on error in SQL-callable slot functions
Next
From: Alexander Korotkov
Date:
Subject: Re: Two issues leading to discrepancies in FSM data on the standby server