Re: Temporary Table

Поиск
Список
Период
Сортировка
От Christian Paul B. Cosinas
Тема Re: Temporary Table
Дата
Msg-id 008401c5e44e$42600c20$1e21100a@ghwk02002147
обсуждение исходный текст
Ответ на Re: Temporary Table  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: Temporary Table  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Re: Temporary Table  (Jeff Frost <jeff@frostconsultingllc.com>)
Re: Temporary Table  (Andrew McMillan <andrew@catalyst.net.nz>)
Список pgsql-performance
I see.

But How Can I put this in the Cron of my Linux Server?
I really don't have an idea :)
What I want to do is to loop around all the databases in my server and
execute the vacuum of these 3 tables in each tables.

-----Original Message-----
From: Joshua D. Drake [mailto:jd@commandprompt.com]
Sent: Tuesday, November 08, 2005 2:11 AM
To: Christian Paul B. Cosinas
Cc: 'Alvaro Nunes Melo'; pgsql-performance@postgresql.org
Subject: Re: [PERFORM] Temporary Table

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


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html


В списке pgsql-performance по дате отправления:

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Temporary Table
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Temporary Table