Re: Current CVS has strange parser for float type

From: Teodor Sigaev <teodor(at)stack(dot)net>
To: Hannu Krosing <hannu(at)tm(dot)ee>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Current CVS has strange parser for float type
Date: 2002-10-18 07:31:41
Message-ID: 3DAFB8DD.8090605@stack.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

wow=# select 5,3::float;
?column? | float8
----------+--------
5 | 3
(1 row)

:)

Hannu Krosing wrote:
> On Thu, 2002-10-17 at 23:34, Teodor Sigaev wrote:
>
>>wow=# select 5.3::float;
>>ERROR: Bad float8 input format '5.3'
>
>
> Could it be something with locales ?
>
> Try:
>
> select 5,3::float;
>
> -------------
> Hannu
>
>
>
>

--
Teodor Sigaev
teodor(at)stack(dot)net

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2002-10-18 07:34:36 Re: Current CVS has strange parser for float type
Previous Message Philip Warner 2002-10-18 03:42:24 Re: pg_dump and large files - is this a problem?