Re: Time-based trigger/procedure

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: Time-based trigger/procedure
Дата
Msg-id gsf0nv$fv4$1@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на Time-based trigger/procedure  (André Silva <andre.beat@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: David Saracini
Дата:
Сообщение: newbie question: bytea v. large objects
Следующее
От: Juan Jose De Leon
Дата:
Сообщение: PostgreSQL not working?