Re: identity columns

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: identity columns
Дата
Msg-id 4b1d703f-818f-00bf-4169-3279af377f3d@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] identity columns  (Vitaly Burovoy <vitaly.burovoy@gmail.com>)
Ответы Re: identity columns  (Vitaly Burovoy <vitaly.burovoy@gmail.com>)
Re: identity columns  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On 3/24/17 05:29, Vitaly Burovoy wrote:
> It would be great if "DROP IDENTITY IF EXISTS" is in the current patch
> since we don't have any disagreements about "DROP IDENTITY" behavior
> and easiness of implementation of "IF EXISTS" there.

Here is an updated patch that adds DROP IDENTITY IF EXISTS.

Unfortunately, implementing ADD IF NOT EXISTS is much harder, so I
haven't done that here.

Additionally, this patch fixes a few minor issues that you had pointed
out, and merges with the new expression evaluation system in the executor.

I have also CC'ed you on a separate patch to improve the behavior when
changing a sequence's data type.

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

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: sequence data type
Следующее
От: Andreas Seltenreich
Дата:
Сообщение: Re: [sqlsmith] Unpinning error in parallel worker