I was trying to get a very nice FREE graphical db tool called DbVisualizer

Bruce Momjian <bruce@momjian.us>

Commit: 863c9d11f13cf8afff70242660d39bd70b5743c8
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-05-16T16:42:31Z
Releases: 7.2.1
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

Files