Re: Floating point error

Поиск
Список
Период
Сортировка
От James Cloos
Тема Re: Floating point error
Дата
Msg-id m34ngt75xf.fsf@carbon.jhcloos.org
обсуждение исходный текст
Ответ на Re: Floating point error  (Tom Duffey <tduffey@trillitech.com>)
Список pgsql-general
>>>>> "TD" == Tom Duffey <tduffey@trillitech.com> writes:

TD> We have a script thatb uses COPY to transfer a subset of rows
TD> from a very large production table to a test table. The script
TD> was not setting extra_float_digits so the values did not match
TD> even though they appeared to match when running queries in psql.

Incidently, this is a prime example of where the hexidecimal format
for floats would benefit pg, as it makes the text format for floats
just as suitable for round-tripping as the binary format.

-JimC
--
James Cloos <cloos@jhcloos.com>         OpenPGP: 1024D/ED7DAEA6

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

Предыдущее
От: Chris Hanks
Дата:
Сообщение: Re: Poor performance when using a window function in a view
Следующее
От: JD Wong
Дата:
Сообщение: Re: broke postgres, how to fix??