serial data type limit

Поиск
Список
Период
Сортировка
От Sherwin Daganato
Тема serial data type limit
Дата
Msg-id fc.000f567200664a3d000f567200664a3d.664acf@fc.emc.com.ph
обсуждение исходный текст
Список pgsql-general
Hi!

I'm new to Pg and I understand that serial data type is an int4 numeric
type.
What will happen to the serial data type if it has reach the limit of int4
(+2147483647)? Will it return zero?

Thanks in advance.

Numeric type | Storage  | Range
int4         | 4 bytes  | -2147483648 to +2147483647


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

Предыдущее
От: sridhvenk@yahoo.com
Дата:
Сообщение: Re: Probelm creating a table
Следующее
От: David Steuber
Дата:
Сообщение: Re: Importing into Postgres from a csv file