Re: limiting execution time of queries

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Hagen Hoepfner <Hagen(dot)Hoepfner(at)gmx(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: limiting execution time of queries
Date: 2004-09-27 15:46:52
Message-ID: 200409271546.i8RFkqq23163@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-general by date

  From Date Subject
Next Message tsarevich 2004-09-27 16:42:42 Syntax Issue in Trigger Function??
Previous Message Hagen Hoepfner 2004-09-27 15:33:47 limiting execution time of queries