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