Re: Regular function

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Regular function
Дата
Msg-id 5155D9BC.6080603@hogranch.com
обсуждение исходный текст
Ответ на Regular function  (Yuriy Rusinov <yrusinov@gmail.com>)
Ответы Re: Regular function
Re: Regular function
Список pgsql-general
On 3/29/2013 10:54 AM, Yuriy Rusinov wrote:
> I have to write pl/pgsql function that has to be triggered not
> before/after insert, but in definite time. Does postgresql allows to
> do this ?


there is no 'cron' built into postgresql.   you could write your
function, then have an external cron job invoke it, like: psql -c
"select yourfunction()"


--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



В списке pgsql-general по дате отправления:

Предыдущее
От: Yuriy Rusinov
Дата:
Сообщение: Regular function
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Regular function