On fim, 2006-03-02 at 11:03 -0700, Rick Gigger wrote:
> Never-mind that. I'm assuming statement_timeout is what I need?
Yes, but take care if you change this in postgresql.conf:
some queries might reasonaby be expected to take longer
than 5 minutes, such as VACUUM.
gnari
> On Mar 2, 2006, at 11:01 AM, Rick Gigger wrote:
>
> > Is there a way to put a timeout on a query so that if it runs
> > longer than 5 minutes or something it is just automatically
> > terminated?