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

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #541: [JDBC] DatabaseMetaData.getTables() does not return tables with rules on them
Date: 2001-12-18 10:20:29
Message-ID: 200112181020.fBIAKTL62970@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Dominik Drzewiecki (drzewo(at)alpha(dot)net(dot)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 new rule is imposed on the table, getTables() no longer finds it. ...until the rule is dropped. Is it by-design or by-mistake behaviour?

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

Sample Code

No file was uploaded with this report

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-12-18 10:29:42 Bug #542: 7.1.3 will not compile/install on SCO Open Server 5.0.4/5.0.5
Previous Message Markus Bertheau 2001-12-18 09:19:22 Re: stuck spinlock. Aborting. What does this mean?