Re: Equivalent to DBMS_JOB

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Christopher Browne <cbbrowne(at)acm(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Equivalent to DBMS_JOB
Date: 2003-12-08 15:18:46
Message-ID: 3FD49656.5020401@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Christopher Browne schrieb:
[...]
> It does have the demerit that it isn't terribly "transactional." And
> the tools for managing jobs are likewise not much transactional.

Are they not? May bit its not perfect with many concurrent
changes in a short period of time but in "normal" usage
its transactional enough. You can write a little script
with a non restricted language to access postgres
users cron tab from within SQL if you like. Should not
be so hard and an easy way to contribute :-)

Regards
Tino Wildenhain

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-12-08 15:23:13 Re: corruption diag/recovery, pg_dump crash
Previous Message Cott Lang 2003-12-08 15:13:14 Re: What is WAL used for?