Driver not returning the type for TYPEs - Mailing list pgsql-jdbc

From Thomas Kellerer
Subject Driver not returning the type for TYPEs
Date
Msg-id hn16q4$upd$1@dough.gmane.org
Whole thread Raw
Responses Re: Driver not returning the type for TYPEs  (Thomas Kellerer <spam_eater@gmx.net>)
List pgsql-jdbc
Hi,

I just noticed a minor glitchin the driver (8.4)

When creating types using e.g.:

CREATE TYPE my_tabpe AS (some_data varchar(100));

DatabaseMetaData.getTables() will return that type, but the value for the column TABLE_TYPE is null.

I think if the driver returns non-table objects (which is fine, a lot of drivers are doing that), the TABLE_TYPE column
ofthe result set should contain a proper value. 

Regards
Thomas



pgsql-jdbc by date:

Previous
From: "Kronus David"
Date:
Subject: FW: optional JAAS login - attachment
Next
From: Thomas Kellerer
Date:
Subject: Re: Driver not returning the type for TYPEs