problems with getImportedKeys method - Mailing list pgsql-jdbc

From Luke
Subject problems with getImportedKeys method
Date
Msg-id 003b01c2c858$c1ba8960$8964010a@zstnt.bb.wasko.pl
Whole thread Raw
Responses Re: problems with getImportedKeys method  (Kris Jurka <books@ejurka.com>)
Re: problems with getImportedKeys method  (Barry Lind <blind@xythos.com>)
List pgsql-jdbc
Hello,

When I execute method getImportedKeys:

ResultSet rs =
databaseMetaData.getImportedKeys(null,null,(String)tableName);

An exception occure:

java.sql.SQLException: ERROR: Unable to identify an ordering operator '<'
for type 'bytea'
Use an explicit ordering operator or modify the query

I use org.postgresql.Driver as a driver for PostgreSQL 7.0.1 database
running in HP-UX envirement.

How can I solve this problem ?


----------------------------------------------------------------------
Poczta nowych mozliwosci >>> http://link.interia.pl/f16bc



pgsql-jdbc by date:

Previous
From: Andres Ledesma
Date:
Subject: postmaster don't start ...
Next
From: Dave Cramer
Date:
Subject: Re: