Re: Time-based trigger/procedure
От | A. Kretschmer |
---|---|
Тема | Re: Time-based trigger/procedure |
Дата | |
Msg-id | 20090409051339.GA23290@a-kretschmer.de обсуждение исходный текст |
Ответ на | Time-based trigger/procedure (André Silva <andre.beat@gmail.com>) |
Ответы |
auto vacuum question
Re: Time-based trigger/procedure |
Список | 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 по дате отправления: