"Robert J. Sprawls" <sprawlsr@worldnet.att.net> writes:
> NOTICE: Skipping "pg_type" --- only table owner can VACUUM it
> NOTICE: Skipping "pg_attribute" --- only table owner can VACUUM it
> [ etc ]
That's what you'll get if you run the vacuum as an unprivileged user.
Generally speaking, database-wide vacuums ought to be done as the
postgres superuser.
regards, tom lane