Re: [HACKERS] Re: [GENERAL] A mistake generates strange result

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Postgres DBA <postgres(at)nest(dot)bistbn(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: [GENERAL] A mistake generates strange result
Date: 1999-02-10 15:11:26
Message-ID: 11026.918659486@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>>> The query: select text('12345678'::float8);
>>>> It returns a date in datetime format !!!!!!

Yup, I see it here also with 6.4.2.

The current development sources seem OK however:

regression=> select text('12345678'::float8);
text
--------
12345678
(1 row)

So it should be fixed in 6.5. (Thomas, could this be back-patched
into 6.4.3?)

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1999-02-10 15:11:38 Re: [HACKERS] Keywords
Previous Message Tom Lane 1999-02-10 15:01:00 Re: [HACKERS] PostgreSQL and Solaris 7?