Re: UTF8 frustrations - Mailing list pgsql-general

From Scott Marlowe
Subject Re: UTF8 frustrations
Date
Msg-id dcc563d10709051239m25cce432taf68be465da5741d@mail.gmail.com
Whole thread Raw
In response to Re: UTF8 frustrations  (jesse.waters@gmail.com)
List 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 by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: SQL for Deleting all duplicate entries
Next
From: Martijn van Oosterhout
Date:
Subject: Re: psql hanging