Re: ERROR: invalid byte sequence for encoding "UTF8": 0x93 Error - Mailing list pgsql-general

From Albe Laurenz
Subject Re: ERROR: invalid byte sequence for encoding "UTF8": 0x93 Error
Date
Msg-id D960CB61B694CF459DCFB4B0128514C2039381DE@exadv11.host.magwien.gv.at
Whole thread Raw
In response to ERROR: invalid byte sequence for encoding "UTF8": 0x93 Error  ("Wang, Mary Y" <mary.y.wang@boeing.com>)
Responses Re: ERROR: invalid byte sequence for encoding "UTF8": 0x93 Error  (Michał Pawlikowski <misiekbest@gmail.com>)
List pgsql-general
Mary Y Wang wrote:
> I got the following error and not sure how to fix it.
> "psql:/tmp/030610dumpfile.txt:4369: ERROR:  invalid byte sequence for encoding "UTF8": 0x93
> HINT:  This error can also happen if the byte sequence does
> not match the encoding expected by the server, which is
> controlled by "client_encoding"."
>
> Any ideas?
> I'm running on Postgres 8.3.8.

You must either change the client encoding to the encoding of the
data you are feeding the client, or you must change the data to
match the client encoding.

Client encoding can be changed with the SQL statement
"SET client_encoding = ..." or by setting the PGCLIENTENCODING
environment variable.

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: "Markus Wollny"
Date:
Subject: Re: Transaction wraparound problem with database postgres
Next
From: Scott Marlowe
Date:
Subject: Re: Transaction wraparound problem with database postgres