Re: max execution time of query - Mailing list pgsql-general

From A. Kretschmer
Subject Re: max execution time of query
Date
Msg-id 20090605061947.GB10208@a-kretschmer.de
Whole thread Raw
In response to max execution time of query  (S Arvind <arvindwill@gmail.com>)
List pgsql-general
In response to S Arvind :
> Is there any possibility to mention max time a query can execute from DBCP
> side? our DB is Postgres and Container is tomcat 6. we dont want to give the
> timeout in postgres for all query but need to set in application side based on
> differnet needs? Is it possible?
>
> Is there anyother way to specify the query execution time out while
> establishing connection with the help of DBCP in tomcat?

You can set statement_timeout per session, maybe you can do that within
your application.


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

pgsql-general by date:

Previous
From: S Arvind
Date:
Subject: max execution time of query
Next
From: Chris
Date:
Subject: Re: max execution time of query