SQL float types - Mailing list pgsql-hackers

From Peter Eisentraut
Subject SQL float types
Date
Msg-id Pine.LNX.4.21.0007071706140.587-100000@localhost.localdomain
Whole thread Raw
Responses Re: SQL float types  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: SQL float types  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
The parser currently maps the type REAL to float8. I contend that it
should be float4.

float4    =>    real
float8    =>    double precision

Can we make this change?


-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Re: pg_dump and LOs (another proposal)
Next
From: Peter Eisentraut
Date:
Subject: Re: Repair plan for inet and cidr types