Re: float output precision questions - Mailing list pgsql-hackers

From Stephan Szabo
Subject Re: float output precision questions
Date
Msg-id 20021029161452.K16452-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Re: float output precision questions  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Tue, 29 Oct 2002, Peter Eisentraut wrote:

> Pedro Miguel Frazao Fernandes Ferreira writes:
>
> > Is there a way to set query output precision to maximum precision ?
> > For the type of application I mentioned this is crucial. People want to
> > get the 'same' numbers, from querys or dumps, as they inserted them.

How do you define maximum precision and "same"?  With simple test programs
in C, using two digits more than DBL_DIG for printf specifier, it's easy
for me to find numbers that "change" decimal string representation in the
decimal representation -> double -> decimal representation conversion(*).
The final double you get from the second conversion should be the same as
the first, but is that what you need or do you need a stronger guarantee
than that?




pgsql-hackers by date:

Previous
From: Peter Bierman
Date:
Subject: 7.3b3 passes on MacOSX 10.2.1
Next
From: Paul Ramsey
Date:
Subject: Re: Trigger on 'create table' ?