From: | Dave Cramer <Dave(at)micro-automation(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Andrew Lee <alee585(at)hotmail(dot)com>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: Error using JDBC2 postgres driver and |
Date: | 2002-08-19 15:36:51 |
Message-ID: | 1029771412.2006.56.camel@inspiron.cramers |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Ok, I have verified that in the dev driver it is possible to
call getTables(null, null, null, null)
Dave
On Mon, 2002-08-19 at 09:49, Tom Lane wrote:
> "Andrew Lee" <alee585(at)hotmail(dot)com> writes:
> > java.sql.SQLException: ERROR: parser: parse error at or near ")"
>
> It's hard to tell from this exactly what the parser is complaining
> about. I'd suggest turning on query logging (debug_print_query) and
> then a look in the postmaster log should show the exact text of the
> query the parser is unhappy with. If that doesn't yield immediate
> enlightenment, send it along and we'll see what we can do.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Lee | 2002-08-20 02:42:05 | Re: Error using JDBC2 postgres driver and DatabaseMetaData.getTables() |
Previous Message | Dave Cramer | 2002-08-19 14:26:30 | Re: Error using JDBC2 postgres driver and |