Re: UTF8 frustrations

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: UTF8 frustrations
Дата
Msg-id dcc563d10709051239m25cce432taf68be465da5741d@mail.gmail.com
обсуждение исходный текст
Ответ на Re: UTF8 frustrations  (jesse.waters@gmail.com)
Список pgsql-general
On 9/5/07, jesse.waters@gmail.com <jesse.waters@gmail.com> wrote:
> Thanks all for the quick replies.
>
> SET client_encoding = 'UTF8';
>
> Results, same error. Now I'm really concerned.

How / where are you setting the client_encoding?  I'm wonder if it's
really set when the pg_dump / pg_restore commands are being issued, or
if you're inheriting a different encoding along with the new
connection it gets.

You can try:

alter user set client_encoding='UTF8'

for the postgres user to see if that helps.

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: SQL for Deleting all duplicate entries
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: psql hanging