Numeric Type Serial Range

Поиск
Список
Период
Сортировка
От Lewis Christie
Тема Numeric Type Serial Range
Дата
Msg-id CAJT6SFFkv9-7+Msv-A-cUu2qSyOkX6YCUhijF56Hd+ZR1oyJfg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Numeric Type Serial Range  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-docs
Hi,

I believe the range listed in Table 8-2. Numeric Types http://www.postgresql.org/docs/9.3/static/datatype-numeric.html is incorrect for the serial types.

E.g.
serial4 bytesautoincrementing integer1 to 2147483647
This describes the auto-incrementing behaviour, but in practice the range is -2147483648 to +2147483647 as the only restriction on the created column is NOT NULL.

Tested on 9.3.10.

Regards,
Lewis Christie

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

Предыдущее
От: Dmitry Igrishin
Дата:
Сообщение: Re: Moving documentation to XML
Следующее
От: Alexander Lakhin
Дата:
Сообщение: Suspicious description of track_io_timing