Re: [GENERAL] vacuum analyze [table]

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: prlw1(at)cam(dot)ac(dot)uk
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] vacuum analyze [table]
Date: 2000-01-20 15:43:35
Message-ID: 200001201543.KAA02898@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sarah Officer 2000-01-20 15:43:42 Re: [GENERAL] parser
Previous Message Dan Reish 2000-01-20 15:21:47 R-trees - any documentation?