| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: SQL float types |
| Date: | 2000-07-08 00:29:35 |
| Message-ID: | 200007080029.UAA10108@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2000-07-08 00:31:04 | Re: Contacting me |
| Previous Message | Tom Lane | 2000-07-08 00:28:23 | Re: Changes to handling version numbers internally |