Richard Stover <richard(at)ucolick(dot)org> writes:
> Do I have to run a small program which is setuid to the owner
> of the tables in order to make it possible for the users to
> VACUUM the tables? Or is there a more elegant way to do this?
Why not run 'vacuumdb' periodically out of 'cron' as the postgres
user?
-Doug