Re: Want to schedule tasks for the future - Mailing list pgsql-general

From Vick Khera
Subject Re: Want to schedule tasks for the future
Date
Msg-id AANLkTikToaDeZxkAULf78flTa-BajoD4YUykOf8nzcMd@mail.gmail.com
Whole thread Raw
In response to Want to schedule tasks for the future  (Matthew Wilson <matt@tplus1.com>)
List pgsql-general
On Wed, Jul 7, 2010 at 9:53 AM, Matthew Wilson <matt@tplus1.com> wrote:
> But is there some other way inside postgresql that will do something
> similar?  I would want something like listen/notify, where postgres
> starts an external process when any data exist.
>

No, there is no facility to do this within the database.  If you want
a job scheduler, perhaps you should investigate such software.  Take a
look at Celery.  It is pretty new, and I have not personally tried it.
 It adds a layer on top of a messaging infrastructure (such as
rabbitmq) or a database.

pgsql-general by date:

Previous
From: Sam Mason
Date:
Subject: Re: Want to schedule tasks for the future
Next
From: Tom Lane
Date:
Subject: Re: optimizer choosing the wrong index