An eta for ResultSetMetaData getTableName, getSchemaName, getCatalogName?

From: Ken Johanson <pg-user(at)kensystem(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: An eta for ResultSetMetaData getTableName, getSchemaName, getCatalogName?
Date: 2009-07-14 06:42:53
Message-ID: 4A5C28ED.3090301@kensystem.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

I understand that Statement.getGeneratedKeys() support was recently
added though it has some limitations (column count and return all
columns). And (in 8.3 at least) ResultSetMetaData getTableName,
getSchemaName, getCatalogName are not implemented. All these due to
limitations in the PG protocol, iirc.

Can anyone point to any current upgrade efforts on the protocol, or do
things look to be static in this area?

Warm regards,

Ken

Browse pgsql-jdbc by date

  From Date Subject
Next Message Albe Laurenz 2009-07-14 09:47:41 Re: DELETE ... RETURNING
Previous Message Thomas Kellerer 2009-07-14 06:28:39 Re: DELETE ... RETURNING