Re: Temporary Table

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: "Christian Paul B(dot) Cosinas" <cpc(at)cybees(dot)com>
Cc: "'Alvaro Nunes Melo'" <al_nunes(at)atua(dot)com(dot)br>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Temporary Table
Date: 2005-11-08 02:10:38
Message-ID: 4370091E.8060700@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Christian Paul B. Cosinas wrote:
> I try to run this command in my linux server.
> VACUUM FULL pg_class;
> VACUUM FULL pg_attribute;
> VACUUM FULL pg_depend;
>
> But it give me the following error:
> -bash: VACUUM: command not found

That needs to be run from psql ...

>
>
>
>
>
> I choose Polesoft Lockspam to fight spam, and you?
> http://www.polesoft.com/refer.html
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-11-08 02:14:45 Re: Temporary Table
Previous Message Craig A. James 2005-11-08 01:58:03 Expensive function and the optimizer