Re: Error while sending request to database - Mailing list pgsql-hackers

From Usama Dar
Subject Re: Error while sending request to database
Date
Msg-id ff0e67090712060445m3de098cal8a5cd28e4a2be750@mail.gmail.com
Whole thread Raw
In response to Error while sending request to database  ("srinath narra" <srinath.narra@gmail.com>)
List pgsql-hackers
<br /><br /><div class="gmail_quote">On Dec 6, 2007 5:26 PM, srinath narra <<a
href="mailto:srinath.narra@gmail.com">srinath.narra@gmail.com</a>>wrote:<br /><blockquote class="gmail_quote"
style="border-left:1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> hi,<br /><br />     
wheni connecting my postgresql which giving  <span style="color: rgb(255, 0, 0);">org.postgresql.util.PSQLException:
ERROR:conversion between UNICODE and MULE_INTERNAL is not supported.<font color="#333333">please send solution about
thisproblem.<br /><br /> Srinath<br /></font></span></blockquote></div><br />postgresql jdbc just works with utf8
clientencoding, and since postgres server doesn't support encoding conversion to and from mule_internal server encoding
andunicode client encoding , you won't be able to connect. <br /><br />Try setting your server encoding to something
else,i.e. utf-8<br />more detail at<br /><br /><a
href="http://www.postgresql.org/docs/8.2/static/multibyte.html#AEN24142">http://www.postgresql.org/docs/8.2/static/multibyte.html#AEN24142
</a><brclear="all" /><br />-- <br />Usama Munir Dar <a
href="http://linkedin.com/in/usamadar">http://linkedin.com/in/usamadar</a><br/>Consultant Architect<br />Cell:+92 321
5020666<br/>Skype: usamadar <br /> 

pgsql-hackers by date:

Previous
From: "srinath narra"
Date:
Subject: Error while sending request to database
Next
From: Manolo _
Date:
Subject: Compiling PG on linux