Re: Want to schedule tasks for the future

From: Vick Khera <vivek(at)khera(dot)org>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Want to schedule tasks for the future
Date: 2010-07-07 14:14:14
Message-ID: AANLkTikToaDeZxkAULf78flTa-BajoD4YUykOf8nzcMd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jul 7, 2010 at 9:53 AM, Matthew Wilson <matt(at)tplus1(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-07-07 14:20:05 Re: optimizer choosing the wrong index
Previous Message Sam Mason 2010-07-07 14:05:31 Re: Want to schedule tasks for the future