Re: Bug with DatabaseMetaData and temporary tables/schemas

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Bug with DatabaseMetaData and temporary tables/schemas
Дата
Msg-id ietblm$ahs$1@dough.gmane.org
обсуждение исходный текст
Ответ на Re: Bug with DatabaseMetaData and temporary tables/schemas  (Kris Jurka <books@ejurka.com>)
Список 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Bug with DatabaseMetaData and temporary tables/schemas
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: bit datatype and getObject()