Re: lc_numeric and decimal delimiter - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: lc_numeric and decimal delimiter
Date
Msg-id 200511111318.31589.peter_e@gmx.net
Whole thread Raw
In response to lc_numeric and decimal delimiter  (Gavin Sherry <swm@linuxworld.com.au>)
List pgsql-hackers
Gavin Sherry wrote:
> I am at OpenDBCon in Germany. People are complaining about
> floats/numerics not accepting German/European conventions for the
> delimiter point -- a comma.

Supporting localized input formats everywhere (numbers, geometric 
objects, date/time, arrays, etc.) will create dozens of incompatible 
PostgreSQL variants.

I think a preferrable solution would be use an updatable view that has, 
say, to_numeric tied in somewhere.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Matteo Beccati
Date:
Subject: Re: Does EXPLAIN ANALYZE show a wrong plan for MIN/MAX?
Next
From: huaxin zhang
Date:
Subject: Re: Getting table name/tuple from OID