> I'd like to make a script to automatically vacuum all my DBs nightly. And > I'd like to skip system tables, starting with pg_*.
If you run the process as non-super user, it must skip your system tables. On the other hand, if you run it as a super user, it must be done table wise from your script. regards, bhuvaneswaran ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly