Re: [HACKERS] Re: [GENERAL] A mistake generates strange result
Bruce Momjian <maillist@candle.pha.pa.us>
From: Bruce Momjian <maillist@candle.pha.pa.us>
To: postgres@nest.bistbn.com (Postgres DBA)
Cc: pgsql-hackers@postgreSQL.org
Date: 1999-02-10T15:25:44Z
Lists: pgsql-hackers
>
> Unfortunately, that is true, at least for Postgres 6.4.0:
> template1=> select text('12345678'::float8);
>
> text
> -----------------------------
> Tue May 23 00:21:18 2000 EEST
> (1 row)
>
> Please, guys, take care of this small bug:-)
> Aleksey
Works in the current tree:
test=> select text('12345678'::float8);
text
--------
12345678
(1 row)
test=>
--
Bruce Momjian | http://www.op.net/~candle
maillist@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026