Re: BUG #6308: Problem w. encoding in client

From: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
To: Thomas Goerner <tg(at)clickware(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6308: Problem w. encoding in client
Date: 2011-11-29 02:33:17
Message-ID: 4ED4446D.6010901@ringerc.id.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 11/28/2011 08:26 PM, Thomas Goerner wrote:
>
> Hello Craig,
>
> thanks for your answer.
>
> > Restore using PgAdmin III or using a unicode console.
>
> > This is a limitation of using a Win1252 client encoding when restoring
>
> > data that isn't restricted to Win1252 and cannot be fixed directly.
>
> That's new to me. AFAIK pg_restore looks into the dump file and sets
> the client encoding accordingly (In fact the dump contains the
> statement SET client_encoding = 'UTF8';). Is this overridden by
> PGCLIENTENCODING? And if so, should it be?
>

Nope, pg_restore should be using UTF8 as the client encoding in that
case. If there are any errors or notices it won't be able to emit them
correctly on the terminal though, as win1252 can't represent everything
in UTF8 (and IIRC pg_restore doesn't recode from client_encoding to
terminal encoding anyway).

If the restore its self is failing then I agree that something's not
working properly, because you should be able to use a client_encoding
different to your terminal encoding. I wonder if recent changes intended
to get psql to pick up the terminal encoding automatically have had the
unintended side-effect of overriding pg_restore's attempt to set the
client_encoding?

I'm rather surprised you only see this on x64. You're using the same
Windows and Pg version for both x64 and x64 but only the x64 test fails?

--
Craig Ringer

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Craig Ringer 2011-11-29 02:48:42 Re: Repeatable crash in pg_dump (with -d2 info)
Previous Message Tom Lane 2011-11-29 01:33:29 Re: BUG #6307: intarray extention gin index does not work with Hot standby