Re: Error using JDBC2 postgres driver and - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Error using JDBC2 postgres driver and
Date
Msg-id 1029767190.2006.20.camel@inspiron.cramers
Whole thread Raw
In response to Re: Error using JDBC2 postgres driver and DatabaseMetaData.getTables()  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-jdbc
Oh.... it's in the driver. it is building the query string improperly,
let me look at it again

Dave
On Mon, 2002-08-19 at 09:49, Tom Lane wrote:
> "Andrew Lee" <alee585@hotmail.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
>
>




pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: Error using JDBC2 postgres driver and DatabaseMetaData.getTables()
Next
From: Dave Cramer
Date:
Subject: Re: Error using JDBC2 postgres driver and