Re: BUG #3668: type error in serial

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3668: type error in serial
Дата
Msg-id 24664.1192051937@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3668: type error in serial  ("Eric Weimer" <eweimer@thelocalphonecompany.net>)
Ответы Re: BUG #3668: type error in serial
Список pgsql-bugs
"Eric Weimer" <eweimer@thelocalphonecompany.net> writes:
> Creating a table with a column of type serial causes the creation of a
> sequence tied as the default value for the column.
> The actual type of the column is integer, however the sequence created is of
> type bigint. If the sequence is created as a bigint, then the column should
> also be defined as bigint.

This is not a bug, primarily because we have only one size of sequence.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3667: Job scheduling with Greenplum fails
Следующее
От: "Roberts, Jon"
Дата:
Сообщение: Re: BUG #3667: Job scheduling with Greenplum fails