int4 range

Поиск
Список
Период
Сортировка
От Sferacarta Software
Тема int4 range
Дата
Msg-id 11634.990104@bo.nettuno.it
обсуждение исходный текст
Список pgsql-hackers
Hi all,

I supposed the int4 range was from -2147483648 to +2147483647 but I
have the following message trying to update an int4 column:

prova=> update t set i=-2147483648;
NOTICE:  Integer input '2147483648' is out of range; promoted to float
UPDATE 1

The column was updated any way, but I don't understand the message.

prova=> update t set i=-2147483647;
UPDATE 1

PS: I'm using v6.4 on Linux.

-Jose'-




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

Предыдущее
От: Sferacarta Software
Дата:
Сообщение: money bug
Следующее
От: Sferacarta Software
Дата:
Сообщение: bug on Subselect with GROUP BY clause