Re: CREATE SEQUENCE with RESTART option - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: CREATE SEQUENCE with RESTART option
Date
Msg-id YP5rAdQV3fs1S1Mb@paquier.xyz
Whole thread Raw
In response to Re: CREATE SEQUENCE with RESTART option  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
Responses Re: CREATE SEQUENCE with RESTART option  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Sat, Jul 24, 2021 at 09:56:40PM +0530, Bharath Rupireddy wrote:
> LGTM. PSA v2 patch.

FWIW, like Ashutosh upthread, my vote would be to do nothing here in
terms of behavior changes as this is just breaking a behavior for the
sake of breaking it, so there are chances that this is going to piss
some users that relied accidentally on the existing behavior.

I think that we should document that RESTART is accepted within the
set of options as a consequence of the set of options supported by
gram.y, though.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: Logical Replication - improve error message while adding tables to the publication in check_publication_add_relation
Next
From: Fabien COELHO
Date:
Subject: Re: Some code cleanup for pgbench and pg_verifybackup