Re: Triggers - temporal - Mailing list pgsql-novice

From Robert B. Easter
Subject Re: Triggers - temporal
Date
Msg-id 00072715154506.09700@comptechnews
Whole thread Raw
In response to Triggers - temporal  ("julian cowans" <jcowans@hotmail.com>)
List pgsql-novice
On Thu, 27 Jul 2000, julian cowans wrote:
> Is it possible to trigger certain events at pre-defined times? I am using
> version 6.5.2, which suggests triggers can only be kicked off with a
> <INSERT|UPDATE|DELETE> sql command.
>
> Thanks, Julian
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

I guess a cron entry that runs psql to do a SELECT myfunction(), or some other
commands, might work.

--
            - Robert

pgsql-novice by date:

Previous
From: "Sykora, Dale"
Date:
Subject: RE: Triggers - temporal
Next
From: Thomas Swan
Date:
Subject: Re: upgrade from 6.4 to 7.02 problem