Re: vacuuming and manu updates

From: kadil <ksadil(at)bigpond(dot)net(dot)au>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: vacuuming and manu updates
Date: 2005-10-28 07:49:59
Message-ID: 200510281749.59550.ksadil@bigpond.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Thu, 27 Oct 2005 10:59 am, Daniel Staal wrote:
> --As of Wednesday, October 26, 2005 8:57 AM -0700,
>
> operationsengineer1(at)yahoo(dot)com is alleged to have said:
> > is there a way to automate the vacuum process on
> > windows (think cron on linux)?
>
> --As for the rest, it is mine.
>
> I'm sure there is, but I haven't had to touch a Windows computer in a
> couple of years...
>
> Daniel T. Staal
yes, it is called a scheduled task. it works fine. I just changed my app to
execute the vacuum via a sql transaction every hour and a half rather than as
a scheduled task.

Kim

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message David Orme 2005-10-28 13:33:10 array operators
Previous Message Michael Fuhr 2005-10-27 18:45:51 Re: Problem inserting a row containing GUIDs