Re: [BUGS] VACUUM analyze verbose is skipping tables

2004-07-01 Thread Tom Lane
"Lending, Rune" <[EMAIL PROTECTED]> writes: > The problem is that the script is skipping skipping some tables that really > should have been vacuumed. AFAIR vacuum will only skip tables if (a) you don't own them and (b) you're not superuser. The vacuumdb script really should always be run as a P

[BUGS] VACUUM analyze verbose is skipping tables

2004-07-01 Thread Lending, Rune
Title: VACUUM analyze verbose is skipping tables Hello. We are having a big database with a lot of tables. We are running daily vacuum analyze vith the vacuumdb script. The problem is that the script is skipping skipping some tables that really should have been vacuumed. Does anybody know