Re: [BUGS] BUG #14813: pg_get_serial_sequence does not returnseqence name for IDENTITY columns

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [BUGS] BUG #14813: pg_get_serial_sequence does not returnseqence name for IDENTITY columns
Дата
Msg-id 20170913132503.jtwdcomwnteldjvt@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #14813: pg_get_serial_sequence does not return seqence name for IDENTITY columns  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [BUGS] BUG #14813: pg_get_serial_sequence does not return seqencename for IDENTITY columns  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-bugs
Tom Lane wrote:
> "David G. Johnston" <david.g.johnston@gmail.com> writes:

> > ​I suspect this is an opportunity for documentation enhancement as opposed
> > to a bug.
> 
> The reason appears to be that the dependency setup for a sequence created
> to support IDENTITY is randomly different from that for a serial sequence.
> I'm not sure this is a good thing.

It would be bad to break queries all over the internet that assume that
sequences for columns can be found using pg_get_serial_sequence, so I
agree this should be fixed.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: Lou Picciano
Дата:
Сообщение: Re: [BUGS] about pgcrypto, not support "des"
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [BUGS] BUG #14785: Logical replication does not work after addinga column. Bug?