vacuum analyze [table]

From: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: vacuum analyze [table]
Date: 2000-01-20 13:02:28
Message-ID: 20000120130228.D12966@quartz.newn.cam.ac.uk
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.

Cheers,

Patrick

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jose Soares 2000-01-20 13:44:11 Re: [GENERAL] Bug with indexing int4?
Previous Message Yury Don 2000-01-20 12:27:10 Re[3]: [GENERAL] Bug or my crooked hands?