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