From: | Barry Lind <blind(at)xythos(dot)com> |
---|---|
To: | Luke <redbeam(at)interia(dot)pl> |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: problems with getImportedKeys method |
Date: | 2003-01-31 16:48:08 |
Message-ID: | 3E3AA8C8.9010408@xythos.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
>
From | Date | Subject | |
---|---|---|---|
Next Message | Barry Lind | 2003-01-31 16:53:04 | Re: dbcp |
Previous Message | Chris Smith | 2003-01-31 16:40:02 | Patch - Streaming of PreparedStatement/setInputStream |