Re: new GUC var: autovacuum_process_all_tables

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: new GUC var: autovacuum_process_all_tables
Date: 2009-02-06 23:00:33
Message-ID: 498CC111.4040801@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro,

>> On the other hand, I'd been keen on a runtime suset autovaccum=on/off
>> which we could call from a cron job or the pgadmin scheduler in order to
>> have maintenance windows. Unless that's already becoming possible?
>
> autovacuum=on/off is already SIGHUP as of 8.3 (not SUSET, since it makes
> no sense to change it in a single connection).

Right. What I'm saying is that if it *didn't* require a sighup, then
users could cronjob starting and stopping Autovac themselves.

--Josh

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2009-02-07 01:36:15 Re: Column-Level Privileges
Previous Message Euler Taveira de Oliveira 2009-02-06 22:45:22 Re: autovacuum and reloptions