getTables not returning 10 columns etc

From: the6campbells <the6campbells(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: getTables not returning 10 columns etc
Date: 2011-12-09 01:10:56
Message-ID: c5c35d9f-3a26-4ac4-bb57-b02f390196ab@v24g2000prn.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Is there any documentation that list for the all get* methods etc
where it is by design intent that the PG JDBC driver may not have a
result set with all the columns as documented in the JDBC docs?

For example getTables has 10 columns and the PG driver returns 5 or
the documentation uses upper case names such as TABLE_CAT but PG
driver returns lower case names etc.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2011-12-09 02:47:19 Re: getTables not returning 10 columns etc
Previous Message Maciek Sakrejda 2011-12-08 06:27:52 Re: test git conversion