Re: Stored Procedures - Mailing list pgsql-general

From Richard Huxton
Subject Re: Stored Procedures
Date
Msg-id 200210071455.18173.dev@archonet.com
Whole thread Raw
In response to Stored Procedures  ("Tomá¹ Kubi¹" <kubis@vosji.cz>)
List pgsql-general
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

pgsql-general by date:

Previous
From: "Shridhar Daithankar"
Date:
Subject: Re: Distributed / Linked with Open Source DB
Next
From: Manfred Koizar
Date:
Subject: Re: Large databases, performance