vacuum analyze [table] - Mailing list pgsql-general

From Patrick Welche
Subject vacuum analyze [table]
Date
Msg-id 20000120130228.D12966@quartz.newn.cam.ac.uk
Whole thread Raw
Responses Re: [GENERAL] vacuum analyze [table]  (Bruce Momjian <pgman@candle.pha.pa.us>)
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.

Cheers,

Patrick

pgsql-general by date:

Previous
From: Yury Don
Date:
Subject: Re[3]: [GENERAL] Bug or my crooked hands?
Next
From: Jose Soares
Date:
Subject: Re: [GENERAL] Bug with indexing int4?