Re: Stored Procedures

From: Richard Huxton <dev(at)archonet(dot)com>
To: " Tomá¹ =?iso-8859-1?q?=20Kubi=B9?=" <kubis(at)vosji(dot)cz>, pgsql-general(at)postgresql(dot)org
Subject: Re: Stored Procedures
Date: 2002-10-07 13:55:18
Message-ID: 200210071455.18173.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Shridhar Daithankar 2002-10-07 13:56:10 Re: Distributed / Linked with Open Source DB
Previous Message Richard Huxton 2002-10-07 13:53:26 Re: Scale, Normalization, and Table Count