Re: [GENERAL] vacuum analyze [table] - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [GENERAL] vacuum analyze [table]
Date
Msg-id 200001201543.KAA02898@candle.pha.pa.us
Whole thread Raw
In response to vacuum analyze [table]  (Patrick Welche <prlw1@newn.cam.ac.uk>)
List pgsql-general
> Am I the only one who cannot vacuum a named table? (Does it make sense to
> just vacuum a single table?)
>
> regression=> \h vacuum
> Command: VACUUM
> Description: Clean and analyze a Postgres database
> Syntax:
> VACUUM [ VERBOSE ] [ ANALYZE ] [ table ]
> VACUUM [ VERBOSE ] ANALYZE [ table [ (column [, ...] ) ] ]
>
> regression=> vacuum analyze num_result;
> NOTICE:  Vacuum: table not found
> VACUUM
>
> The same is true for me with any table, any database, using source cvs'd
> yesterday.

Works here.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Dan Reish
Date:
Subject: R-trees - any documentation?
Next
From: Sarah Officer
Date:
Subject: Re: [GENERAL] parser