]> granicus.if.org Git - postgresql/commit
I was trying to get a very nice FREE graphical db tool called DbVisualizer
authorBruce Momjian <bruce@momjian.us>
Wed, 16 May 2001 16:42:31 +0000 (16:42 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 16 May 2001 16:42:31 +0000 (16:42 +0000)
commit863c9d11f13cf8afff70242660d39bd70b5743c8
treecdc9e202c192350e6113f9691437852b3cb80786
parent01cc344011392f002636ce5014ca532d27306a25
I was trying to get a very nice FREE graphical db tool called DbVisualizer
(http://www.ideit.com/products/dbvis/) to work with Postgresql and I found
out the following bug: if database has views then getTables() gets the null
pointer exception ('order by relname' makes the listing tree in
DbVisualizer a lot useful !!)

This patch should propably be applied to the the jdbc1's
DatabaseMetaData.java, too.

Panu Outinen
src/interfaces/jdbc/org/postgresql/jdbc1/DatabaseMetaData.java
src/interfaces/jdbc/org/postgresql/jdbc2/DatabaseMetaData.java