Re: How to detect float format by passing SQL_CHAR to float column ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to detect float format by passing SQL_CHAR to float column ?
Дата
Msg-id 16523.1137685193@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How to detect float format by passing SQL_CHAR to float column ?  ("lothar.behrens@lollisoft.de" <lothar.behrens@lollisoft.de>)
Список pgsql-odbc
"lothar.behrens@lollisoft.de" <lothar.behrens@lollisoft.de> writes:
> as the documentation of postgresql, there is a floating point format
> like 10.1234 but I do not see
> 10,1234. Is that ever like the documentation ?

No, we deliberately do not support locale-dependent numeric styles.
At least not in simple data entry --- IIRC, you can convert such
strings with to_char()/to_number().

            regards, tom lane

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

Предыдущее
От: "lothar.behrens@lollisoft.de"
Дата:
Сообщение: How to detect float format by passing SQL_CHAR to float column ?
Следующее
От: Shachar Shemesh
Дата:
Сообщение: Re: Parameters.Refresh error.