Обсуждение: Bug #541: [JDBC] DatabaseMetaData.getTables() does not return tables with rules on them

Поиск
Список
Период
Сортировка

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

От
pgsql-bugs@postgresql.org
Дата:
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