Re: ERROR: invalid byte sequence for encoding "UTF8": 0x93 Error

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: ERROR: invalid byte sequence for encoding "UTF8": 0x93 Error
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C2039381DE@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на ERROR: invalid byte sequence for encoding "UTF8": 0x93 Error  ("Wang, Mary Y" <mary.y.wang@boeing.com>)
Ответы Re: ERROR: invalid byte sequence for encoding "UTF8": 0x93 Error  (Michał Pawlikowski <misiekbest@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Markus Wollny"
Дата:
Сообщение: Re: Transaction wraparound problem with database postgres
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Transaction wraparound problem with database postgres