Hiroshi Inoue writes: > Is there a way to change the precision of floating > point representation from clients ? Not currently, but I image it couldn't be too hard to introduce a parameter that changes the format string used by float*out to something else. The GNU C library now offers a %a (and %A) format that prints floating point numbers in a semi-internal form that is meant to be portable. (I image this was done because of C99, but I'm speculating.) It might be useful to offer this to preserve accurate data across dumps. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/
- [HACKERS] floating point representation Hiroshi Inoue
- Re: [HACKERS] floating point representation Peter Eisentraut
- Re: [HACKERS] floating point representation Tom Lane
- RE: [HACKERS] floating point representation Hiroshi Inoue
- Re: [HACKERS] floating point representat... Hiroshi Inoue
- Re: [HACKERS] floating point repres... Tom Lane
- Re: [HACKERS] floating point re... Hiroshi Inoue
- Re: [HACKERS] floating poin... Tom Lane
- [HACKERS] Re: floating poin... Thomas Lockhart
- Re: [HACKERS] floating poin... Pete Forman
- Re: [HACKERS] floating poin... Tom Lane
- Re: [HACKERS] floating poin... Bruce Momjian