Re: Error using JDBC2 postgres driver and DatabaseMetaData.getTables()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Andrew Lee" <alee585(at)hotmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Error using JDBC2 postgres driver and DatabaseMetaData.getTables()
Date: 2002-08-19 13:49:47
Message-ID: 6358.1029764987@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

"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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-08-19 14:26:30 Re: Error using JDBC2 postgres driver and
Previous Message Felipe Schnack 2002-08-19 13:29:15 Re: Stored procedures