Re: BUG #4180: PANIC while PQExec on Client with differen locale from database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #4180: PANIC while PQExec on Client with differen locale from database
Дата
Msg-id 7481.1211141842@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #4180: PANIC while PQExec on Client with differen locale from database  ("bishop" <polimax@mail.ru>)
Список pgsql-bugs
"bishop" <polimax@mail.ru> writes:
> PQsetClientEncoding(conn,"WIN1251");
> res = PQexec(conn, "INSERT INTO \"table_name\" (\"name\") VALUES
> ('test');");

What do you get, exactly, if you do the same command but with
client_encoding = UTF8?  I suppose this must be a problem with
failing to convert the encoding of an error message, but without
knowing what the original error message is, it's hard to investigate.

            regards, tom lane

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

Предыдущее
От: "Dmitriy"
Дата:
Сообщение: BUG #4181: Service PostgreSQL database server 8.2 failed to start
Следующее
От: "Rod Taylor"
Дата:
Сообщение: BUG #4182: Enum in Foreign Key broken