Re: Temporal Event - Mailing list pgsql-general

From nconway@klamath.dyndns.org (Neil Conway)
Subject Re: Temporal Event
Date
Msg-id 20020703205658.GB13938@klamath.dyndns.org
Whole thread Raw
In response to Temporal Event  (eunice palmeira <e_palmeira@yahoo.com.br>)
List pgsql-general
On Wed, Jul 03, 2002 at 10:20:50AM -0300, eunice palmeira wrote:
> Hi,
>   I would like to trigger a rule every day in the
> specific periodic time, such as: at 12:00 pm, in
> Postgresql. But i don't know if it is possible. Help
> me please.

Use cron.

PostgreSQL currently doesn't support periodic command scheduling
(and a good argument can be made that it shouldn't, since we'd
just be rewriting cron inside PostgreSQL).

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC



pgsql-general by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: Temporal Event
Next
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: Re: Suppressing postgres messages?