Re: trouble with to_char('L')

Поиск
Список
Период
Сортировка
От Mikko
Тема Re: trouble with to_char('L')
Дата
Msg-id 40c6d9160904210658y590377cfw6dbbecb53d2b8be0@mail.gmail.com
обсуждение исходный текст
Ответ на Re: trouble with to_char('L')  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Ответы Re: trouble with to_char('L')  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-general
psql (PostgreSQL) 8.3.7

server_version 8.3.7
server_encoding UTF8
client_encoding win1252
lc_numeric Finnish, Finland
lc_monetary Finnish, Finland

testdb=# SELECT to_char(3.1415::numeric(5,2), '999D99L');

ERROR:  invalid byte sequence for encoding "UTF8": 0x80
HINT:  This error can also happen if the byte sequence does not match
the encoding expected by the server, which is controlled by
"client_encoding".

If connected to postgres database the query returns 3,14.

Mikko

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

Предыдущее
От: ray
Дата:
Сообщение: Re: Re-Install data folder failure
Следующее
От: Michael Nolan
Дата:
Сообщение: Re: Doubt about join queries