- Mailing list pgsql-jdbc

From saurabh nasa
Subject
Date
Msg-id 40543.172.17.9.55.1114495298.squirrel@mail.iiita.ac.in
Whole thread Raw
List pgsql-jdbc
I have the following problem pertaining to encoding issues with POSTGRESQL

I created a new directory and specified locale settings with initdb
--locale=hi_IN.utf and created a new database with encoding set to
unicode. But, while I can insert unicode strings correctly with JDBC, it
gives the wrong answer while matching strings.I have not been able to find
any reason for this.
I would be really obliged if any one can  help in this regard,
Saurabh Nasa

pgsql-jdbc by date:

Previous
From: Mark Lewis
Date:
Subject: Re: Problems after upgrading from 7.4.6 driver to 8.0.2
Next
From: Antony Paul
Date:
Subject: Impact of open ResultSets and PreparedStatements ?