Re: Bug with DatabaseMetaData and temporary tables/schemas - Mailing list pgsql-jdbc

From Thomas Kellerer
Subject Re: Bug with DatabaseMetaData and temporary tables/schemas
Date
Msg-id ietblm$ahs$1@dough.gmane.org
Whole thread Raw
In response to Re: Bug with DatabaseMetaData and temporary tables/schemas  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Kris Jurka wrote on 22.12.2010 18:01:
> I've applied a patch to fix this. The driver will now show your own
> temp schema and toast temp schema, but no other temp schemas (toast
> or otherwise).
Great! Thanks a lot

>> Or getColumns() and getTables() should be smart enough to return
>> information about temp tables without having to specify the temp
>> schema.
>
> I'm not sure what you are referring to here. You can certainly leave
> the schema blank and it should work.

You are right it does when leaving the schema blank

Regards
Thomas

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Bug with DatabaseMetaData and temporary tables/schemas
Next
From: Kris Jurka
Date:
Subject: Re: bit datatype and getObject()