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.