Re: bug in create table with serial

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: bug in create table with serial
Дата
Msg-id 6037.1034826254@sss.pgh.pa.us
обсуждение исходный текст
Ответ на bug in create table with serial  (Cristóvão Dalla Costa <cbraga@bsi.com.br>)
Ответы Re: bug in create table with serial  (Kris Jurka <books@ejurka.com>)
Список pgsql-bugs
Cristóvão Dalla Costa <cbraga@bsi.com.br> writes:
> In PostgreSQL 7.3b2, if I create a table like so:
> create table customers (id serial primary key);

> The id field will be created of type 32 bit integer, yet the upper limit
> for the sequence will be relative to a 64 bit integer.

So?

AFAICS, you will get a failure when you reach 2^31 items.  Whether the
failure is "can't fit the value into int4" or "reached sequence maximum"
doesn't seem very exciting to me ...
        regards, tom lane


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

Предыдущее
От: "ir. F.T.M. van Vugt bc."
Дата:
Сообщение: Re: multiple exception definition in pg_type.h -> error compiling postgres support in Qt with gcc v3.2 (SuSE 8.1)
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: bug in create table with serial