Обсуждение: limiting execution time of queries

Поиск
Список
Период
Сортировка

limiting execution time of queries

От
Hagen Hoepfner
Дата:
Dear list,

i want to limit the execution time of an SQL-query. That means, that the
query should be stoped if it takes longer that e.g. 10 seconds. How can
I do so?

Hagen

Re: limiting execution time of queries

От
Bruce Momjian
Дата:
Hagen Hoepfner wrote:
> Dear list,
>
> i want to limit the execution time of an SQL-query. That means, that the
> query should be stoped if it takes longer that e.g. 10 seconds. How can
> I do so?

Sure, use SET statement_timeout or in postgresql.conf.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073