Re: Triggers - temporal

From: "Robert B(dot) Easter" <reaster(at)comptechnews(dot)com>
To: "julian cowans" <jcowans(at)hotmail(dot)com>, pgsql-novice(at)postgresql(dot)org
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Triggers - temporal
Date: 2000-07-27 19:13:11
Message-ID: 00072715154506.09700@comptechnews
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Bruce Momjian 2000-07-27 19:21:37 Re: 4 billion record limit?
Previous Message Paul Caskey 2000-07-27 17:24:55 Re: 4 billion record limit?