encoding problems and float

Поиск
Список
Период
Сортировка
От stig erikson
Тема encoding problems and float
Дата
Msg-id d8u0sg$1hrc$1@news.hub.org
обсуждение исходный текст
Список pgsql-general
hi.

is there any encoding that does allow decimal placeholders in float8 to be
either , or .?
that is, it should allow both of the folling to denote for example EUR 12345 and
44 cents:

insert into table(my_float8_column) VALUES('12345.44');
insert into table(my_float8_column) VALUES('12345,44');

/stig

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

Предыдущее
От: "sathish"
Дата:
Сообщение: Experiencing problems with stored procedures
Следующее
От: stig erikson
Дата:
Сообщение: Re: psql: FATAL: database "template1" is not currently accepting