An exception when using UTF8 encoding - Mailing list pgsql-admin

From weng yan
Subject An exception when using UTF8 encoding
Date
Msg-id 30d51d840603232321u64e281a0u14627d3a19cb0a21@mail.gmail.com
Whole thread Raw
List pgsql-admin
Hi,
   I met a headache problem. I'm a novice of PostgreSQL.
   I create a database with name "Users" and the encoding is UTF8.
   But when I connected the database and input \d command to list relations, I met a strange exception.
  
Users=> show server_version;
 server_version
----------------
 8.1.0
(1 ?)

Users=> \d
ERROR:  invalid UTF-8 byte sequence detected near byte 0xb1
Users=>
 
Is it a bug?
 
Best regards
 
   

pgsql-admin by date:

Previous
From: Bradley Kieser
Date:
Subject: OT: using column in an interval
Next
From: "Leena Puijola"
Date:
Subject: JDBC conncetion fails, please, advise