Re: Don't understand error?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Don't understand error?
Дата
Msg-id 13033.1397485459@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Don't understand error?  (James David Smith <james.david.smith@gmail.com>)
Ответы Re: Don't understand error?  (James David Smith <james.david.smith@gmail.com>)
Список pgsql-novice
James David Smith <james.david.smith@gmail.com> writes:
> Yes, I thought the same. Glad to know that I might be along the right
> lines. I've started taking parameters out one-by-one to try and find
> the culprit. Yes, there are a variety of numbers stored as NUMERIC in
> various places. For example:

AFAIR, there is no such thing as an underflow error in the type-NUMERIC
code --- it will happily round to zero instead.  You should be looking for
something involving float4 or float8 (aka real/double precision).

            regards, tom lane


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

Предыдущее
От: James David Smith
Дата:
Сообщение: Re: Don't understand error?
Следующее
От: James David Smith
Дата:
Сообщение: Re: Don't understand error?