Re: Bug with DatabaseMetaData and temporary tables/schemas

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Bug with DatabaseMetaData and temporary tables/schemas
Date: 2010-12-22 17:14:30
Message-ID: ietblm$ahs$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2010-12-22 19:24:57 Re: bit datatype and getObject()
Previous Message Kris Jurka 2010-12-22 17:01:18 Re: Bug with DatabaseMetaData and temporary tables/schemas