Re: Bug with POSTGRESQL JDBC Driver 7.1 -1.2

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Emil Goldfrab <EmilGoldfarb(at)netscape(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug with POSTGRESQL JDBC Driver 7.1 -1.2
Date: 2001-06-29 15:34:02
Message-ID: 200106291534.f5TFY2I25205@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Get newest jdbc driver at:

http://jdbc.fastcrypt.com

> I don't know if this is the right place to inform about this bug but I
> could not find where else to do it.
>
> The function getTables of the Class DatabaseMetaData is generating a
> NullPointerException when it is called and Views exist in the databse.
> The funcition behaves properly when no views are defined in the database.
>
> The following is an example Error Stack Trace of when the problem occurs:
>
> java.lang.NullPointerException
> at
> org.postgresql.jdbc2.DatabaseMetaData.getTables(DatabaseMetaData.java:1707)
>
> Thank You
>
> Emil Goldfarb
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-06-29 20:49:23 Comments on Triggers and Rules are broken by pg_dump
Previous Message Tom Lane 2001-06-29 14:20:40 Re: COPY BINARY broken on Linux/AXP