Re: Support for WITH Queries (Common Table Expressions)

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Ravi Rangaswamy <rrangaswamy(at)gobalto(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Support for WITH Queries (Common Table Expressions)
Date: 2016-05-25 20:26:22
Message-ID: CADK3HHKc5hYwHUpNmOUxkNMcAmiMiPML5nbhGyQRfRDTi2xn7Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Can you provide the entire relevant code ?

Also I'd suggest using the latest driver

Dave Cramer

davec(at)postgresintl(dot)com
www.postgresintl.com

On 25 May 2016 at 16:13, Ravi Rangaswamy <rrangaswamy(at)gobalto(dot)com> wrote:

> Hi,
>
> Does the PostgreSQL JDBC driver support WITH Queries (Common Table
> Expressions)? When I execute the query using Statement.executeQuery(sql), I
> get an error an error "syntax error at end of input". I tried with the
> sample query listed in the PostgreSQL documentation of CTEs
> <https://www.postgresql.org/docs/9.1/static/queries-with.html> and still
> get the same error.
>
> Version used:
> postgresql-9.4-1205.jdbc4
>
> Exception:
> org.postgresql.util.PSQLException: ERROR: syntax error at end of input
> Position: 189
> at
> org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2182)
> at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1911)
> at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:173)
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:645)
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:481)
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:361)
>
> Regards,
> Ravi
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tsunakawa, Takayuki 2016-05-26 01:41:25 Re: Two-phase commit with JDBC
Previous Message Ravi Rangaswamy 2016-05-25 20:13:35 Support for WITH Queries (Common Table Expressions)