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

From A. Kretschmer
Subject Re: Time-based trigger/procedure
Date
Msg-id 20090409051339.GA23290@a-kretschmer.de
Whole thread Raw
In response to Time-based trigger/procedure  (André Silva <andre.beat@gmail.com>)
Responses auto vacuum question  ("Wright, George" <George.Wright@infimatic.com>)
Re: Time-based trigger/procedure  ("Rupinder.Singh" <rupinder.singh@enterprisedb.com>)
List pgsql-novice
In response to André Silva :
> 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.

To use the CRON or something similar is the way to do that. An other
dirty solution: use pg_sleep() to sleep, for instance, 1 minute, and
then detect the actual time and do the work.


>
> I'm sorry if my english is a bit confusing but it is not my main language.

The same for me...


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

pgsql-novice by date:

Previous
From: André Silva
Date:
Subject: Time-based trigger/procedure
Next
From: A B
Date:
Subject: Re: Is there a way to get just the number of seconds between two timestamps?