Gentle people,
>> I am using PostgreSQL 7.3, with JDBC driver " org.postgresql.Driver"
>> on Mac OSX 10.2.3 platform (JDK 1.3.1).
>> String tableName = metaData.getTableName(column+1);
>> returns "" (null?). Is there a way to circumvent this? I thought I
>> have downloaded the most recent driver from
>> "http://jdbc.postgresql.org/download.html", JDBC2+. What am I doing
>> wrong?