Bug #541: [JDBC] DatabaseMetaData.getTables() does not return tables with rules on them

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #541: [JDBC] DatabaseMetaData.getTables() does not return tables with rules on them
Дата
Msg-id 200112181020.fBIAKTL62970@postgresql.org
обсуждение исходный текст
Список pgsql-bugs
Dominik Drzewiecki (drzewo@alpha.net.pl) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
[JDBC] DatabaseMetaData.getTables() does not return tables with rules on them

Long Description
When a table is created, DatabaseMetaData.getTables() finds the table and returns its name among others, but whenever a
newrule is imposed on the table, getTables() no longer finds it. ...until the rule is dropped. Is it by-design or
by-mistakebehaviour? 

jxDBCon driver developed by sourceforge does work as expected (as long as DatabaseMetaData is concerned).

Sample Code


No file was uploaded with this report

В списке pgsql-bugs по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #542: 7.1.3 will not compile/install on SCO Open Server 5.0.4/5.0.5
Следующее
От: Tom Lane
Дата:
Сообщение: Re: stuck spinlock. Aborting. What does this mean?