Re: Current CVS has strange parser for float type

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Teodor Sigaev <teodor(at)stack(dot)net>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Current CVS has strange parser for float type
Date: 2002-10-18 16:18:14
Message-ID: Pine.LNX.4.44.0210172120420.928-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Teodor Sigaev writes:

> wow=# select 5.3::float;
> ERROR: Bad float8 input format '5.3'

Does it accept '5,4'::float? Try running initdb with --locale=C.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2002-10-18 16:56:56 Re: ECPG and bison
Previous Message Peter Eisentraut 2002-10-18 16:17:31 pg_encoding doesn't reject invalid input