From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | postgres(at)nest(dot)bistbn(dot)com (Postgres DBA) |
Cc: | pgsql-hackers(at)postgreSQL(dot)org |
Subject: | Re: [HACKERS] Re: [GENERAL] A mistake generates strange result |
Date: | 1999-02-10 15:25:44 |
Message-ID: | 199902101525.KAA14729@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general 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(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 | Thomas G. Lockhart | 1999-02-10 15:26:49 | Re: [HACKERS] Re: [GENERAL] A mistake generates strange result |
Previous Message | Colin Price (EML) | 1999-02-10 14:34:30 | subscribe pgsql-general |
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas G. Lockhart | 1999-02-10 15:26:49 | Re: [HACKERS] Re: [GENERAL] A mistake generates strange result |
Previous Message | Hannu Krosing | 1999-02-10 15:23:51 | Re: [HACKERS] Keywords |