Re: invalid byte sequence ? - Mailing list pgsql-general

From Andreas
Subject Re: invalid byte sequence ?
Date
Msg-id 44ECCE52.8060500@gmx.net
Whole thread Raw
In response to Re: invalid byte sequence ?  (Bruce Momjian <bruce@momjian.us>)
Responses Re: invalid byte sequence ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: CASCADING could not open relation with OID
Next
From: "Silvela, Jaime \(Exchange\)"
Date:
Subject: Re: CASCADING could not open relation with OID