Re: JDBC and setting statement_timeout

From: Kris Jurka <books(at)ejurka(dot)com>
To: Jason Long <mailing(dot)list(at)supernovasoftware(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: JDBC and setting statement_timeout
Date: 2008-11-04 00:46:37
Message-ID: Pine.BSO.4.64.0811031945200.241@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Diego Schulz 2008-11-04 01:20:58 Re: INSERT with RETURNING clause inside SQL function
Previous Message Jason Long 2008-11-04 00:41:46 JDBC and setting statement_timeout