> Okay, this *used* to be a problem way way back, but I definitely don't
> vacuum my databases nightly ... most times I don't do it until something
> odd comes up that I figure that I may as well vacuum first to see if it
> makes a differnece ...
I used to take that approach, and I got tired of running into odd,
inexplicable problems that only a VACUUM ANALYZE would fix, so I ended up
using a cron job to do it nightly.
steve