Re: NOTICE: Vacuum: can not process indices, views and certain system tables - Mailing list pgsql-sql

From Tom Lane
Subject Re: NOTICE: Vacuum: can not process indices, views and certain system tables
Date
Msg-id 13127.1012598395@sss.pgh.pa.us
Whole thread Raw
In response to NOTICE: Vacuum: can not process indices, views and certain system tables  ("Diehl, Jeffrey" <jdiehl@sandia.gov>)
List pgsql-sql
"Diehl, Jeffrey" <jdiehl@sandia.gov> writes:
> So, what does this mean, and how can I get rid of these messages:
> NOTICE: Vacuum: can not process indices, views and certain system tables.

Sounds like you're asking it to VACUUM an index or view (specifically,
by name, ie VACUUM name-of-index-or-view).  Don't do that.
        regards, tom lane


pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: syntax for using function parameter in to_char
Next
From: Tom Lane
Date:
Subject: Array slice subscripts (was Re: plpgsql function with more than one array argument)