Re: sequence data type - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: sequence data type
Date
Msg-id e0092389-e625-91fe-5c42-fc3443773bad@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] sequence data type  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: sequence data type  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Over at
<https://www.postgresql.org/message-id/CAKOSWNnXmM6YBXNzGnXtZQMPjDgJF+a3Wx53Wzmrq5wqDyRX7Q@mail.gmail.com>
is is being discussed that maybe the behavior when altering the sequence
type isn't so great, because it currently doesn't update the min/max
values of the sequence at all.  So here is a patch to update the min/max
values when the old min/max values were the min/max values of the data type.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

pgsql-hackers by date:

Previous
From: Arthur Zakirov
Date:
Subject: Re: [PATCH] Generic type subscripting
Next
From: Peter Eisentraut
Date:
Subject: Re: identity columns