On Sat, Jan 30, 2010 at 7:59 AM, Ray Stell <[email protected]> wrote: > Running 8.2.15 on RHEL4 the log reports this from autovacuum along with > other pg_ tables: > > VACUUM WARNING: skipping "pg_database" --- only table or database owner can > vacuum it > > Any ideas how I can clean this up or how I got into this hole? > Vacuum works as superuser.
Make yourself the owner of the database? (i.e. alter database ...) -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
