Re: Job scheduling in Postgre - Mailing list pgsql-general

From Robert Treat
Subject Re: Job scheduling in Postgre
Date
Msg-id 200812041050.38399.xzilla@users.sourceforge.net
Whole thread Raw
In response to Re: Job scheduling in Postgre  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Responses Re: Job scheduling in Postgre
Re: Job scheduling in Postgre
Re: Job scheduling in Postgre
List pgsql-general
On Tuesday 02 December 2008 07:11:02 A. Kretschmer wrote:
> am  Tue, dem 02.12.2008, um 16:45:16 +0500 mailte IPS folgendes:
> > I have certain jobs  to be executed automatically at a given interval of
> > time in the postgre SQL database. Is their any utility/feature available
> > in Postgre to do so.
>
> No, use the scheduler from the OS, CRON for example (UNIX).
>

There is a database level schedular called (iirc) pgAgent, which comes bundled
with pgAdmin. I think it's so well hidden because it comes as a part of a
tool which is only used by a small subset of the community. I had hopes that
it might follow autovacuums path and get moved into a contrib module and
possibly integrated into the backend some day, but I haven't seen much push
in that direction.

--
Robert Treat
Conjecture: http://www.xzilla.net
Consulting: http://www.omniti.com

pgsql-general by date:

Previous
From: "Grzegorz Jaśkiewicz"
Date:
Subject: Re: Favorite Tom Lane quotes
Next
From: Robert Treat
Date:
Subject: Re: Switch off PITR