Re: [GENERAL] VACUUM ANALYSE

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

Patrick Welche a écrit :

> 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

yes, it worked fine.....
thanks all.

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

--
______________________________
Arnaud FLORENT
IRIS Technologies

phone: (33) 03 20 65 85 80
fax: (33) 03 20 65 85 81
GSM: (33) 06 15 14 32 90

mailto:aflorent(at)iris-tech(dot)fr
______________________________

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jose Soares 2000-02-02 13:35:01 Re: [GENERAL] Basic SQL Function question + existance of SPL?
Previous Message Patrick Welche 2000-02-02 11:56:13 Re: [GENERAL] VACUUM ANALYSE