Re: Confusing behavior of create table like

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Confusing behavior of create table like
Дата
Msg-id a6f51127-ab63-0d05-4442-8fef569660f0@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Confusing behavior of create table like  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Ответы Re: Confusing behavior of create table like  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 2020-08-03 14:58, Konstantin Knizhnik wrote:
> May be generated and identity columns are good things. I have nothing
> against them.
> But what preventing us from providing the similar behavior for
> serial/bigseries types?

In my mind, serial/bigserial is deprecated and it's not worth spending 
effort on patching them up.

One thing we could do is change serial/bigserial to expand to identity 
column definitions instead of the current behavior.

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



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

Предыдущее
От: Wolfgang Walther
Дата:
Сообщение: Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Support for NSS as a libpq TLS backend