hardcoded decimal point '.'

Поиск
Список
Период
Сортировка
От Sergey Anpilov
Тема hardcoded decimal point '.'
Дата
Msg-id 200412302118.36820.anps@mail.ru
обсуждение исходный текст
Список pgsql-hackers
NUMERIC data type is hardcoded to use '.' as the decimal point.
FLOATs are in fact hardcoded the same way (they use strtod() and sprintf() 
while pgsql's LC_NUMERIC is always "C").
The only data type that localizes decimal point is MONEY.

it makes many problems when the decimal point is not '.' (for example, ',').

is it a bug or a feature?


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: rc1 packaged ...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Shared row locking