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

From Rupinder.Singh
Subject Re: Time-based trigger/procedure
Date
Msg-id 49de2c2a.08486e0a.4178.ffff8204@mx.google.com
Whole thread Raw
In response to Re: Time-based trigger/procedure  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List pgsql-novice
You can use pgagent or pgjobs.

--Rupinder
EnterpriseDB
www.enterprisedb.com

-----Original Message-----
From: pgsql-novice-owner@postgresql.org
[mailto:pgsql-novice-owner@postgresql.org] On Behalf Of A. Kretschmer
Sent: Thursday, April 09, 2009 10:44 AM
To: pgsql-novice@postgresql.org
Subject: Re: [NOVICE] Time-based trigger/procedure

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

--
Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice


pgsql-novice by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: auto vacuum question
Next
From:
Date:
Subject: Function working in PostgreSQL 8.3.6 and not in 7.4.8