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.)