Re: BUG #1608: integer negative limit in plpgsql function arguments

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1608: integer negative limit in plpgsql function arguments
Дата
Msg-id 27256.1114009813@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1608: integer negative limit in plpgsql function arguments  ("Paul" <paul@allinea.com>)
Список pgsql-bugs
"Paul" <paul@allinea.com> writes:
> -- this doesn't work (and I think it should!)
> SELECT print_test_id(-2147483648);

"2147483648" isn't an integer constant; it's int8, and therefore so
is the result of the minus operator.  Sorry, this isn't going to
change.

            regards, tom lane

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

Предыдущее
От:
Дата:
Сообщение: Re: BUG #1605: Is this a bug of PostgreSQL?Or, is the parameter of Windows set?
Следующее
От: "Oliver Siegmar"
Дата:
Сообщение: BUG #1609: Bug in interval datatype for 64 Bit timestamps