Re: Current CVS has strange parser for float type - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: Current CVS has strange parser for float type
Date
Msg-id 3DAFB8DD.8090605@stack.net
Whole thread Raw
In response to Current CVS has strange parser for float type  (Teodor Sigaev <teodor@stack.net>)
List 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@stack.net




pgsql-hackers by date:

Previous
From: Philip Warner
Date:
Subject: Re: pg_dump and large files - is this a problem?
Next
From: Teodor Sigaev
Date:
Subject: Re: Current CVS has strange parser for float type