| From: | "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: max execution time of query |
| Date: | 2009-06-05 06:19:47 |
| Message-ID: | 20090605061947.GB10208@a-kretschmer.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chris | 2009-06-05 06:29:04 | Re: max execution time of query |
| Previous Message | S Arvind | 2009-06-05 06:08:07 | max execution time of query |