Re: Time-based trigger/procedure - Mailing list pgsql-novice

From Jasen Betts
Subject Re: Time-based trigger/procedure
Date
Msg-id gsf0nv$fv4$1@reversiblemaps.ath.cx
Whole thread Raw
In response to Time-based trigger/procedure  (André Silva <andre.beat@gmail.com>)
List pgsql-novice
On 2009-04-09, André Silva <andre.beat@gmail.com> wrote:
> --0015174c0df051ba710467141cad
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding: quoted-printable
>
> I have a table that defines a programmed service that does something
> automatically every time interval (days, weeks, months) from a beginning
> date to a ending date.
> How can I do this in postgresql? I have no access to the OS,
> so cron is not an option.

timed events need OS support.

what do you have access to ?
If you have shell access to the server
(or the ability to execute scripts on it) you can use the crontab
command to create cron tasks that run in your name

else you may need to set up a cron job on some other server that
connects to your database and runs the stuff for you.

pgsql-novice by date:

Previous
From: David Saracini
Date:
Subject: newbie question: bytea v. large objects
Next
From: Juan Jose De Leon
Date:
Subject: PostgreSQL not working?