Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: organizing cron jobs in one function - Mailing list pgsql-sql

From Craig Ringer
Subject Re: organizing cron jobs in one function
Date
Msg-id [email protected]
Whole thread Raw
In response to organizing cron jobs in one function  (Louis-David Mitterrand <[email protected]>)
Responses Re: organizing cron jobs in one function
List pgsql-sql
On 11/18/2012 12:19 AM, Louis-David Mitterrand wrote:
> Hi,
>
> I'm planning to centralize all db maintenance jobs from a single
> pl/pgsql function called by cron every 15 minutes (highest frequency
> required by a list of jobs).
It sounds like you're effectively duplicating PgAgent.

Why not use PgAgent instead?

-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services




pgsql-sql by date:

Previous
From: Louis-David Mitterrand
Date:
Subject: organizing cron jobs in one function
Next
From: Louis-David Mitterrand
Date:
Subject: Re: organizing cron jobs in one function