Re: BUG #2692: psql sends natively-localized strings to database without setting client_encoding first

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2692: psql sends natively-localized strings to database without setting client_encoding first
Дата
Msg-id 29521.1160749357@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2692: psql sends natively-localized strings to database without setting client_encoding first  ("Sergiy Vyshnevetskiy" <serg@vostok.net>)
Список pgsql-bugs
"Sergiy Vyshnevetskiy" <serg@vostok.net> writes:
> psql mixes natively-localized string in SQL commands without setting
> client_encoding first. Looks like we _really_ need some code in configure
> script to find acceptable native names for our database charsets.

Actually, psql has no business sending those strings to the server at
all --- it's just laziness in describe.c not to find another method of
attaching the headings to the output tables ...

            regards, tom lane

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

Предыдущее
От: "Sergiy Vyshnevetskiy"
Дата:
Сообщение: BUG #2692: psql sends natively-localized strings to database without setting client_encoding first
Следующее
От: Anastasios Hatzis
Дата:
Сообщение: BUG #2688: Building from source with PL/Python fails ("distutils not found")