Re: VACUUM WARNING: skipping "pg_statistic" --- only table or database owner can vacuum it

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Ray Stell <stellr(at)cns(dot)vt(dot)edu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: VACUUM WARNING: skipping "pg_statistic" --- only table or database owner can vacuum it
Date: 2010-01-30 17:28:37
Message-ID: dcc563d11001300928s1ab6c725yd678a1937092a250@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Sat, Jan 30, 2010 at 7:59 AM, Ray Stell <stellr(at)cns(dot)vt(dot)edu> 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 ...)

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ray Stell 2010-01-30 22:04:37 Re: VACUUM WARNING: skipping "pg_statistic" --- only table or database owner can vacuum it
Previous Message Ray Stell 2010-01-30 14:59:36 VACUUM WARNING: skipping "pg_statistic" --- only table or database owner can vacuum it