Re: [GENERAL] VACUUM ANALYSE

From: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: Arnaud FLORENT <aflorent(at)iris-tech(dot)fr>
Cc: PostgreSQL general ML <pgsql-general(at)hub(dot)org>
Subject: Re: [GENERAL] VACUUM ANALYSE
Date: 2000-02-02 11:56:13
Message-ID: 20000202115613.C6190@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Feb 01, 2000 at 04:33:57PM +0100, Arnaud FLORENT wrote:
> hello,
>
> this command (VACUUM ANALYSE) doesn't work with my 6.5.2 postgres......
>
> error message:
> NOTICE: Vacuum: table not found
>
> any suggestion?

Did the spell analyse analyze suggestions work? If so, great, but for me

rfb=# \d
List of relations
Name | Type | Owner
----------+-------+----------
computer | table | postgres
...
rfb=# vacuum analyze computer;
NOTICE: Vacuum: table not found
VACUUM

still looking...

Patrick

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Arnaud FLORENT 2000-02-02 13:04:12 Re: [GENERAL] VACUUM ANALYSE
Previous Message Sevo Stille 2000-02-02 11:17:11 Re: [GENERAL] Linking in sin() as a C function