From: | "Belinda M(dot) Giardine" <giardine(at)bio(dot)cse(dot)psu(dot)edu> |
---|---|
To: | Csaba Nagy <nagy(at)ecircle-ag(dot)com> |
Cc: | Postgres general mailing list <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: running vacuum in scripts |
Date: | 2005-09-20 15:04:44 |
Message-ID: | Pine.GSO.4.53.0509201103100.1462@galapagos.bx.psu.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, 20 Sep 2005, Csaba Nagy wrote:
> You could use the system wide crontab, which is configured via
> /etc/crontab, and there you can specify what user should execute the
> command, without needing passwords. The system wide crontab is executed
> as root and it will su to the user you specify.
>
> For vacuuming, you could try to use the autovacuum daemon, it is
> included in the contrib part of postgres. If you installed from source,
> you will likely need to separately install autovacuum, if you installed
> a prepackaged postgres, chances are that you already have the
> pg_autovacuum executable installed. It is fairly easy to set up.
>
> HTH,
> Csaba.
>
>
Thanks. I didn't find autovacuum anywhere in our install. It was done
from source so I sent a request to the sysadmin. It does sound like what
I was looking for.
Belinda
From | Date | Subject | |
---|---|---|---|
Next Message | Belinda M. Giardine | 2005-09-20 15:11:28 | Re: running vacuum in scripts |
Previous Message | Csaba Nagy | 2005-09-20 14:51:06 | Re: deactivating/activating constraint |