Re: Confusing behavior of create table like - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Confusing behavior of create table like
Date
Msg-id a6f51127-ab63-0d05-4442-8fef569660f0@2ndquadrant.com
Whole thread Raw
In response to Re: Confusing behavior of create table like  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Responses Re: Confusing behavior of create table like  (Robert Haas <robertmhaas@gmail.com>)
List 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 by date:

Previous
From: Wolfgang Walther
Date:
Subject: Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT
Next
From: Andrew Dunstan
Date:
Subject: Re: Support for NSS as a libpq TLS backend