Re: floating point representation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: floating point representation
Дата
Msg-id Pine.LNX.4.30.0102191647510.977-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: floating point representation  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Ответы Re: floating point representation  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: floating point representation  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hiroshi Inoue writes:

> The 7.1-release seems near.
> May I provide the followings ?
>     SET FLOAT4_PRECISION TO ..
>     SET FLOAT8_PRECISION TO ..
>
> Or must we postpone to fix it ?

Actually, you're going to have to recode the float*in() functions, using
scanf, and scanf's formats are not always equivalent to printf's.

And what about the geometry types that are based on floats?

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: floating point representation
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: AW: Re: beta5 ...