Re: First decent PostgreSQL CBT now on techdocs .postgresql.org

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: First decent PostgreSQL CBT now on techdocs .postgresql.org
Дата
Msg-id 200112281838.fBSIcIk29632@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-general
>
>
> Looks like someone could take advantage of the broader range of sequence values,
> but only if they explicitly created their column as int8 with the default set to
> nextval('the_sequence').
>
> Should the serial datatype be changed to create an int8, or a new serial8
> datatype created that does this??

Tom says we have a new SERIAL8 data type for this.  I see it in the
HISTORY file now.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Problem (bug?) with like
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postgres processes spending most of their time in the kernel