| From: | Bruce Momjian - CVS <momjian(at)hub(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ... |
| Date: | 2001-05-16 16:42:37 |
| Message-ID: | 200105161642.f4GGgbI70052@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/05/16 12:42:32
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc1: DatabaseMetaData.java
src/interfaces/jdbc/org/postgresql/jdbc2: DatabaseMetaData.java
Log message:
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian - CVS | 2001-05-16 17:09:26 | pgsql/ ontrib/retep/build.xml rc/interfaces/jd ... |
| Previous Message | Bruce Momjian - CVS | 2001-05-16 16:30:38 | pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ... |