Auto-Vacuum? - Mailing list pgsql-sql

From Tim Perdue
Subject Auto-Vacuum?
Date
Msg-id 19990128184602.21563.rocketmail@send104.yahoomail.com
Whole thread Raw
Responses Re: [SQL] Auto-Vacuum?  (Brian <signal@shreve.net>)
Re: [SQL] Auto-Vacuum?  ("D'Arcy" "J.M." Cain <darcy@druid.net>)
List pgsql-sql
Just curious if anyone has written an vacuum shell script.

At this point, I have been going in weekly and issuing the VACUUM;
command manually.

Now that tons of records are being inserted hourly, I want to vacuum
1-2 times a day.

I could do this pretty easily with a simple Java/JDBC proram, but
would rather just have a shell script go into psql. Unfortunately, I
know nothing about shell scripting.

Any tips or samples are appreciated.

Tim


==
______________________________________________________

Tim Perdue
tim@perdue.net


_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


pgsql-sql by date:

Previous
From: "Oliver Elphick"
Date:
Subject: Re: [SQL] SELECT DISTINCT ON ... ORDER BY ...
Next
From: Brian
Date:
Subject: Re: [SQL] Auto-Vacuum?