Re: Scheduling/Automated Jobs in Postgre

From: Christopher Browne <cbbrowne(at)acm(dot)org>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Scheduling/Automated Jobs in Postgre
Date: 2005-03-17 05:22:43
Message-ID: 39sih3F66n1imU4@individual.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You could add this into whatever script starts up pg_ctl, but only if
you decide to use PostgreSQL rather than "Postgre".

> Could any one tell me how can I implement this in Postgre. Is there
> any concept like "Scheduled Jobs" in Postgre. If so pls. provide me
> with related informations or the links from where I could get them.

There surely is. Use cron(8). But that's only true with PostgreSQL,
not with "Postgre".

This mailing list addresses PostgreSQL, not Postgre.
--
let name="cbbrowne" and tld="gmail.com" in String.concat "@" [name;tld];;
http://linuxdatabases.info/info/slony.html
Some people are only alive because it is illegal to kill.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Alban Hertroys 2005-03-17 09:51:53 Re: help with plpgsql function called by trigger
Previous Message Michael Fuhr 2005-03-17 03:48:16 Re: help with plpgsql function called by trigger