Обсуждение: how to vacum

Поиск
Список
Период
Сортировка

how to vacum

От
"Richard Sydney-Smith"
Дата:
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
 
Lost in the woods please help
 
Richard
 

Re: how to vacum

От
Bruno Wolff III
Дата:
On Wed, Sep 10, 2003 at 20:43:25 +0800, Richard Sydney-Smith <richard@ibisaustralia.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.)


Re: how to vacum

От
Erik Thiele
Дата:
On Wed, 10 Sep 2003 20:43:25 +0800
"Richard Sydney-Smith" <richard@ibisaustralia.com> wrote:

> Tried to issue the command "vacum full" both from psql and the sql box in pgadmin without success.

seems like you also vacuumed the second 'U' out of the word :)


vacuum full;

does the trick.




cya
erik

-- 
Erik Thiele


Re: how to vacum

От
Peter Eisentraut
Дата:
Richard Sydney-Smith writes:

> Tried to issue the command "vacum full" both from psql and the sql box in pgadmin without success.

vacuum full;  ^^

-- 
Peter Eisentraut   peter_e@gmx.net



Re: how to vacum

От
Martin Marques
Дата:
El Mié 10 Sep 2003 10:07, Bruno Wolff III escribió:
> On Wed, Sep 10, 2003 at 20:43:25 +0800,
>
>   Richard Sydney-Smith <richard@ibisaustralia.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.)

When entering "vacum" to Dict, it catches nothing, but one of it's suggestions
is vacuum, which means "clean".

-- 17:38:01 up 19 days,  9:28,  3 users,  load average: 1.59, 1.39, 0.91
-----------------------------------------------------------------
Martín Marqués                  |        mmarques@unl.edu.ar
Programador, Administrador, DBA |       Centro de Telematica                      Universidad Nacional
        del Litoral 
-----------------------------------------------------------------