Re: Schedule Jobs from within Postgresql db

From: Andrew Sullivan <andrew(at)libertyrms(dot)info>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Schedule Jobs from within Postgresql db
Date: 2002-08-01 20:08:44
Message-ID: 20020801160844.B7491@mail.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Aug 01, 2002 at 08:10:02AM -0700, pgsql-gen Newsgroup wrote:
> Subject: Schedule Jobs from within Postgresql db
> From: "alt.cybercafes" <pmunis(at)hotmail(dot)com>
> ===
> Can i run schedule jobs from with Postgresql database

Why not use cron? They can correct me if I'm wrong, but I think the
developers have traditionally tended to prefer using an external
scheduler to building something in the database, because they'd just
have to reimplement everything in those external packages inside the
database.

A

--
----
Andrew Sullivan 87 Mowat Avenue
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M6K 3E3
+1 416 646 3304 x110

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Manuel Cano Muñoz 2002-08-01 20:25:51 Referential integrity doesn't work?
Previous Message Peter Eisentraut 2002-08-01 20:05:11 Re: getpid() function