Re: numeric input changes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: numeric input changes
Дата
Msg-id 13120.1078955169@sss.pgh.pa.us
обсуждение исходный текст
Ответ на numeric input changes  (Neil Conway <neilc@samurai.com>)
Ответы Re: numeric input changes  (Dennis Bjorklund <db@zigo.dhs.org>)
Список pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> nconway=# select 'Infinity'::float8;
> ERROR:  type "double precision" value out of range: overflow
> nconway=# select '-Infinity'::float8;
> ERROR:  type "double precision" value out of range: overflow

> I'm inclined to just remove this attempted functionality from the
> code, rather than fix it to work properly. Any comments?

This works in 7.4 and older releases.  Sounds to me like you broke it.

            regards, tom lane

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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: numeric input changes
Следующее
От: Shachar Shemesh
Дата:
Сообщение: Defining a "tinyint" data type - one byte unsigned