Re: SQL float types - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: SQL float types
Date
Msg-id 200007071619.MAA27138@candle.pha.pa.us
Whole thread Raw
In response to SQL float types  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
[ Charset ISO-8859-1 unsupported, converting... ]
> The parser currently maps the type REAL to float8. I contend that it
> should be float4.
> 
> float4    =>    real
> float8    =>    double precision
> 

Is this based on the standard documents?

--  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: Peter Eisentraut
Date:
Subject: Re: zlib for pg_dump
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] Re: Re: [SQL] MAX() of 0 records.