DatabaseMetadata.getTypeInfo resultset returns more than just Postgres/user defined data types

From: the6campbells <the6campbells(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: DatabaseMetadata.getTypeInfo resultset returns more than just Postgres/user defined data types
Date: 2012-09-24 15:12:04
Message-ID: CAFEjsq5pXqzNkkymwTanz8-Hny8i_uUQVSs2WoC02vEKJW0cZA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

The result set returned from DatabaseMetadata.getTypeInfo contains many
rows for instance it returns entries for tables and views in schemas.

This seems inconsistent with the 'spirit' of what this method is intended
to facilitiate.

Is this a known Postgres JDBC driver bug?

http://docs.oracle.com/javase/6/docs/api/java/sql/DatabaseMetaData.html#getTypeInfo
()

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Maciek Sakrejda 2012-09-24 15:16:15 Re: Bug in AbstracJdbc2Statement.replaceProcessing when using dollar quoting?
Previous Message David Johnston 2012-09-24 13:54:58 Re: Bug in AbstracJdbc2Statement.replaceProcessing when using dollar quoting?