Thread: Fw: job scheduling
----- Original Message -----
From: Steve Boyle (Roselink)
To: loveablebyall
Sent: Tuesday, January 29, 2002 11:03 AM
Subject: Re: [GENERAL] job scheduling
Rao,
I'd use either 'at' or 'cron' (unix) to run batch files to carry out whatever you want, either calling psql or a script with a postgres db interface i.e. python, tcl or perl. Theres also a shell call pgbash that may be worth looking into. (http://www.psn.co.jp/PostgreSQL/pgbash/index-e.html)
hih
steve boyle
----- Original Message -----From: loveablebyallSent: Tuesday, January 29, 2002 3:40 AMSubject: [GENERAL] job schedulingHai all,Is there any way to do a job scheduling in Postgres database as in MS Sql server?rao