Re: invalid byte sequence ?

Поиск
Список
Период
Сортировка
От Andreas
Тема Re: invalid byte sequence ?
Дата
Msg-id 44ECCE52.8060500@gmx.net
обсуждение исходный текст
Ответ на Re: invalid byte sequence ?  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: invalid byte sequence ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general

Bruce Momjian schrieb:
> Andreas wrote:
>
>> I've got pg 8.1.4 from the binary Windows installer.
>> Windows 2000 / German
>> Now I entered "\d" into psql on the text-console and got this:
>>
>> db_test=# \d
>> ERROR:  invalid byte sequence for encoding "UTF8": 0xfc6d6572220a
>>
>> What's up ?
>> db_test was created UTF8 encoded
>>
>
> What does your client_encoding show?  It should be UTF8 too.
>

it is.

db_test=# \d
ERROR:  invalid byte sequence for encoding "UTF8": 0xfc6d6572220a
db_test=# show client_encoding;
 client_encoding
-----------------
 UTF8
(1 Zeile)

psql complains about the code page, too, now.  (850  vs.  1252)
I'm sure I checked it the other day with a cmd that used 1252 and still
got the error for the \d command.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: CASCADING could not open relation with OID
Следующее
От: "Silvela, Jaime \(Exchange\)"
Дата:
Сообщение: Re: CASCADING could not open relation with OID