On Thu, 4 Jan 2007, Ken Johanson wrote:
> Kris Jurka wrote:
>>
>> Actually we did implement it and then backed it out following the
>> discussion starting here and moved it into PGResultSetMetaData methods like
>> getBaseColumnName.
>>
>> http://archives.postgresql.org/pgsql-jdbc/2004-08/threads.php#00008
>>
>
>
> Also, does getTableName look like it will be feasible in near future?
>
Yes, there are also getBaseTableName and getBaseSchemaName methods
available.
http://jdbc.postgresql.org/documentation/publicapi/org/postgresql/PGResultSetMetaData.html
Kris Jurka