Re: organizing cron jobs in one function

From: Craig Ringer <craig(at)2ndQuadrant(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: organizing cron jobs in one function
Date: 2012-11-18 11:27:54
Message-ID: 50A8C63A.5070801@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Louis-David Mitterrand 2012-11-18 17:11:13 Re: organizing cron jobs in one function
Previous Message Jasen Betts 2012-11-18 00:50:34 Re: organizing cron jobs in one function