Search Postgresql Archives

Re: invalid byte sequence ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





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.




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux