Thread: setQueryTimeout & Cancel with JDBC/PostgreSQL

setQueryTimeout & Cancel with JDBC/PostgreSQL

From
"De-la-broise Regis - REN ( RBroise@rennes.sema.slb.com )"
Date:
Hello,
 
Please does these 2 methods setQueryTimeout and Cancel work with jdbc for PostgreSQL ?
 
Thanks.
 
Régis

Re: setQueryTimeout & Cancel with JDBC/PostgreSQL

From
Barry Lind
Date:
Regis,

Cancel works as of 7.3.

QueryTimeout is not yet implemented.  However as of 7.3 the server
supports it, so it shouldn't be difficult to add.

thanks,
--Barry


De-la-broise Regis - REN ( RBroise@rennes.sema.slb.com ) wrote:
> Hello,
>
> Please does these 2 methods setQueryTimeout and Cancel work with jdbc
> for PostgreSQL ?
>
> Thanks.
>
> Régis