Re: [GENERAL] Cron-job for checking up on pg_autovacuum

2003-11-29 Thread Robert Creager
When grilled further on (Tue, 25 Nov 2003 11:19:32 -0500), "Matthew T. O'Connor" <[EMAIL PROTECTED]> confessed: > I know I heard from at least one person who said they were running it > from there inittab with respawn, which seems like overkill. Nah, it works great (it was me). I just had an un

Re: [GENERAL] Cron-job for checking up on pg_autovacuum

2003-11-29 Thread Oliver Elphick
On Tue, 2003-11-25 at 02:13, Markus Wollny wrote: > Hi! > > I haven't found anything in terms of startup- and check-scripts for > pg_autovacuum yet; usually I like to have some sort of mechanism to > check if some daemon is running and restart it if it isn't. The Debian package of 7.4 starts pg_a

[GENERAL] Cron-job for checking up on pg_autovacuum

2003-11-24 Thread Markus Wollny
Hi! I haven't found anything in terms of startup- and check-scripts for pg_autovacuum yet; usually I like to have some sort of mechanism to check if some daemon is running and restart it if it isn't. Of course this sort of script shouldn't be too much of a bother for more experienced users; howev