Re: problems with getImportedKeys method - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: problems with getImportedKeys method
Date
Msg-id 3E3AA8C8.9010408@xythos.com
Whole thread Raw
In response to problems with getImportedKeys method  ("Luke" <redbeam@interia.pl>)
List pgsql-jdbc
Luke,

What version of the jdbc driver are you using?  If it is the current 7.3
version, we don't try to maintain backward compatibility that many
releases.  Most things should work but not all.  Since 7.0 is quite an
old server version, I would suggest you upgrade.

thanks,
--Barry

Luke wrote:
> 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
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>




pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: JDBC 3.0 Compliance
Next
From: "Chris Smith"
Date:
Subject: Patch - Streaming of PreparedStatement/setInputStream