Re: Identity columns should own only one sequence

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Identity columns should own only one sequence
Дата
Msg-id 54adc775-06ac-fc90-d985-6bee50347942@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>)
Re: Identity columns should own only one sequence  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-hackers
On 2019-05-08 16:49, Laurenz Albe wrote:
> I believe we should have both:
> 
> - Identity columns should only use sequences with an INTERNAL dependency,
>   as in Peter's patch.

I have committed this.

> - When a column default is dropped, remove all dependencies between the
>   column and sequences.

There is no proposed patch for this, AFAICT.

So I have closed this commit fest item for now.

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



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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: [Patch] PQconnectPoll() is blocked if target_session_attrs isread-write
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: POC: Cleaning up orphaned files using undo logs