Equivalent to DBMS_JOB

From: Arturo Prez <fred(at)noplace(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Equivalent to DBMS_JOB
Date: 2003-11-30 05:19:34
Message-ID: fred-F04786.00193430112003@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Oracle has a kind of cron built-in called DBMS_JOB. You can use
it to run SQL or stored procedures at certain times of day, etc.

Does postgreSQL offer anything similar? And please don't
say use cron. Cron has issues that I'd like to avoid.

Just curious, nothing more. It would be helpful but it's not
worth a flamefest over cron versus a built-in.

Thanks in advance.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brian Hirt 2003-11-30 05:19:51 Re: patch for pg_autovacuum
Previous Message Bruce Momjian 2003-11-30 05:14:24 Re: patch for pg_autovacuum