Re: lc_numeric and decimal delimiter

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: lc_numeric and decimal delimiter
Дата
Msg-id 200511111318.31589.peter_e@gmx.net
обсуждение исходный текст
Ответ на lc_numeric and decimal delimiter  (Gavin Sherry <swm@linuxworld.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Matteo Beccati
Дата:
Сообщение: Re: Does EXPLAIN ANALYZE show a wrong plan for MIN/MAX?
Следующее
От: huaxin zhang
Дата:
Сообщение: Re: Getting table name/tuple from OID