Re: NOTICE: Vacuum: can not process indices, views and certain system tables

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Diehl, Jeffrey" <jdiehl(at)sandia(dot)gov>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: NOTICE: Vacuum: can not process indices, views and certain system tables
Date: 2002-02-01 21:19:55
Message-ID: 13127.1012598395@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Diehl, Jeffrey" <jdiehl(at)sandia(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2002-02-01 21:56:42 Array slice subscripts (was Re: [SQL] plpgsql function with more than one array argument)
Previous Message Josh Berkus 2002-02-01 20:40:25 Re: syntax for using function parameter in to_char