On Monday 07 Oct 2002 8:46 am, Tomá¹ Kubi¹ wrote:
> Hello,
> I have some stored procedures written in Pl/PgSQL. I want to run them in
> specified time. I need something as Crontab. How can I do that?
A cron-job calling "psql -c <command here>" is the usual way. The developers
take the point of view that there's no point in re-inventing cron.
- Richard Huxton