Re: Scheduled jobs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Zlatko Michailov <zmichailov(at)yahoo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Scheduled jobs
Date: 2003-05-12 22:17:11
Message-ID: 19183.1052777831@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Zlatko Michailov <zmichailov(at)yahoo(dot)com> writes:
> I didn't find any documentation mentioning scheduled jobs. I assume
> there is no such a feature yet. I would like to implement it if
> someone helps me with the development process (I am brand new to
> OpenSource projects).

> Basically the feature should include scheduling function exeution at:
> - postmaster startup
> - postmaster shutdown
> - a specified moment
> - a time of the day/month/year
> - recurring at a time interval

Use cron. I see no value in duplicating cron's functionality inside
Postgres.

> Besides, both Oracle and Microsoft have the feature.

They can afford to expend developer time on inventing and maintaining
useless "features". We have very finite resources and have to be
careful of buying into supporting things that won't really pull their
weight.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nigel J. Andrews 2003-05-12 22:22:23 Re: Scheduled jobs
Previous Message Zlatko Michailov 2003-05-12 22:03:50 Scheduled jobs