Re: JDBC and setting statement_timeout - Mailing list pgsql-general

From Kris Jurka
Subject Re: JDBC and setting statement_timeout
Date
Msg-id Pine.BSO.4.64.0811031945200.241@leary.csoft.net
Whole thread Raw
In response to JDBC and setting statement_timeout  (Jason Long <mailing.list@supernovasoftware.com>)
Responses Re: JDBC and setting statement_timeout
List pgsql-general

On Mon, 3 Nov 2008, Jason Long wrote:

> *Would someone please comment on the status of setQueryTimeout in the JDBC
> driver? Is there any workaround if this is still not implemented?*
>

setQueryTimeout is not implemented, the workaround is to manually issue
SET statement_timeout = xxx calls via Statement.execute.

Kris Jurka

pgsql-general by date:

Previous
From: Jason Long
Date:
Subject: JDBC and setting statement_timeout
Next
From: "Diego Schulz"
Date:
Subject: Re: INSERT with RETURNING clause inside SQL function