Re: how to vacum

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Richard Sydney-Smith <richard(at)ibisaustralia(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: how to vacum
Date: 2003-09-10 13:07:09
Message-ID: 20030910130709.GB25627@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, Sep 10, 2003 at 20:43:25 +0800,
Richard Sydney-Smith <richard(at)ibisaustralia(dot)com> wrote:
> Tried to issue the command "vacum full" both from psql and the sql box in pgadmin without success.
>
> How do you use the command?
>
> select vacum full;
>
> also does not work

Try using:
vacuum full
(Note that vacuum has 2 u's.)

In response to

  • how to vacum at 2003-09-10 12:43:25 from Richard Sydney-Smith

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message PipHans 2003-09-10 16:01:55 Plz, what is the most "correct" method
Previous Message A.Bhuvaneswaran 2003-09-10 12:57:10 Re: MINUS & ROWNUM in PostGres