Re: limiting execution time of queries - Mailing list pgsql-general

From Bruce Momjian
Subject Re: limiting execution time of queries
Date
Msg-id 200409271546.i8RFkqq23163@candle.pha.pa.us
Whole thread Raw
In response to limiting execution time of queries  (Hagen Hoepfner <Hagen.Hoepfner@gmx.de>)
List 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@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

pgsql-general by date:

Previous
From: Hagen Hoepfner
Date:
Subject: limiting execution time of queries
Next
From:
Date:
Subject: Syntax Issue in Trigger Function??