Re: [ADMIN] Pg_autovacuum script.

2006-01-11 Thread Thomas F.O'Connell
A while back, I wrote this: http://www.sitening.com/auto_pg_autovacuum While not exactly an init script, it sanely avoids multiply starting pg_autovacuum. Then I did this: http://www.sitening.com/pgautovacuum which is a proper init script. Thanks for prompting me to post it! Now there are

Re: [ADMIN] Pg_autovacuum script.

2005-04-11 Thread Thomas F.O'Connell
A while back, I wrote this: http://www.sitening.com/auto_pg_autovacuum While not exactly an init script, it sanely avoids multiply starting pg_autovacuum. Then I did this: http://www.sitening.com/pgautovacuum which is a proper init script. Thanks for prompting me to post it! Now there are some op

[ADMIN] Pg_autovacuum script.

2005-04-10 Thread Theo Galanakis
Title: Pg_autovacuum script. Since I could not locate anything similar on the net, I have written a script to automatically start and stop the autovacuum daemon. This should be added to the existing postgresql script. Please let me know if you can see any shortcomings. I have taken into cons