Please help! - Constraints Exception - Mailing list pgsql-jdbc

From Ivan Bojer
Subject Please help! - Constraints Exception
Date
Msg-id ac6251120906171257q69116eees210591ca33eae151@mail.gmail.com
Whole thread Raw
Responses Re: Please help! - Constraints Exception
List pgsql-jdbc
Hello all,

I am new to pgsql-JDBC and I apologize if this is a trivial question
but I can not hack it!

I have a table with UNIQUE constraint on the column. Inserting 2 of
same values on it fails (as it should)
and I can see DBLog Error message. Alas, there is no exception thrown
from JDBC so that I can properly
handle it.

Any hints are appreciated!

Config
--------
postgresql 8.3
JDBC3 (8.3-604)
database is accessed through the network

pgsql-jdbc by date:

Previous
From: Ashish Jain
Date:
Subject: Re: org.postgresql.util.PSQLException: ERROR: operator does not exist: character varying = integer
Next
From: Dennis Brakhane
Date:
Subject: Re: Please help! - Constraints Exception