Re: query timeout - Mailing list pgsql-general

From Csaba Nagy
Subject Re: query timeout
Date
Msg-id 1141638747.3327.108.camel@coppola.muc.ecircle.de
Whole thread Raw
In response to Re: query timeout  (Rick Gigger <rick@alpinenetworking.com>)
List pgsql-general
On Fri, 2006-03-03 at 21:14, Rick Gigger wrote:
> I assume that running the vacuumdb command is the same as running it
> through psql?

Well, you either run it through psql, or not :-)

Seriously, I understand that any client session is affected by the
statement timeout settings, doesn't matter what the statement is. But
autovacuum is built in starting with 8.1, so it is not affected by
statement-timeout. The contrib autovacuum from versions < 8.1 is in turn
a regular client, so it is affected.

Cheers,
Csaba.


pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Data corruption zero a file - help!!
Next
From: Emil Rachovsky
Date:
Subject: problem with overloading the "coalesce" function