Re: SQL float types - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: SQL float types
Date
Msg-id 200007080029.UAA10108@candle.pha.pa.us
Whole thread Raw
In response to Re: SQL float types  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
> Tom Lane writes:
> 
> > > float4    =>    real
> > > float8    =>    double precision
> 
> > Not just on your say-so.  Arguments please?
> 
> SQL:
> 
>     22)REAL specifies the data type approximate numeric, with implementation-
>        defined precision.
> 
>     23)DOUBLE PRECISION specifies the data type approximate numeric,
>        with implementation-defined precision that is greater than the
>        implementation-defined precision of REAL.
> 
> Notice that there is no "at least" here anywhere.

You have convinced me.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Changes to handling version numbers internally
Next
From: Bruce Momjian
Date:
Subject: Re: Contacting me