Re: Sequence Access Methods, round two - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Sequence Access Methods, round two
Date
Msg-id aLkETH4a_ecVUVyr@paquier.xyz
Whole thread Raw
In response to Re: Sequence Access Methods, round two  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Mon, Sep 01, 2025 at 01:33:45PM +0900, Michael Paquier wrote:
> Another rebase required due to the business with BufferGetPage() in
> 710e6c4301ee.
>
> By the way, I have remembered the reason why I have introduced
> AT_AddColumnToSequence as a new ALTER TABLE subcommands: ACL check for
> sequences.  Like views, this simplifies the object type check a lot.

Rebased as v20 due to the GUC changes in 63599896545c.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: NOT NULL NOT ENFORCED
Next
From: Dilip Kumar
Date:
Subject: Re: Incorrect logic in XLogNeedsFlush()