Re: sequence data type

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: sequence data type
Дата
Msg-id e0092389-e625-91fe-5c42-fc3443773bad@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] sequence data type  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: sequence data type  (Michael Paquier <michael.paquier@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Arthur Zakirov
Дата:
Сообщение: Re: [PATCH] Generic type subscripting
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: identity columns