Re: Identity columns should own only one sequence

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Identity columns should own only one sequence
Дата
Msg-id bfba098d-55bb-6a6d-013b-7c4235a60c15@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Identity columns should own only one sequence  (Laurenz Albe <laurenz.albe@cybertec.at>)
Ответы Re: Identity columns should own only one sequence  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-hackers
On 2019-04-29 18:28, Laurenz Albe wrote:
> I still think thatthat there is merit to Michael's idea of removing
> sequence "ownership" (which is just a dependency) when the DEFAULT
> on the column is dropped, but this approach is possibly cleaner.

I think the proper way to address this would be to create some kind of
dependency between the sequence and the default.

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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Heap lock levels for REINDEX INDEX CONCURRENTLY not quite right?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: REINDEX INDEX results in a crash for an index of pg_class since 9.6