Re: executing a procedure with delay

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: executing a procedure with delay
Дата
Msg-id 162867790712120543m54d31037y1aca0e5cd59e1e20@mail.gmail.com
обсуждение исходный текст
Ответ на executing a procedure with delay  (Ottavio Campana <ottavio@campana.vi.it>)
Ответы Re: executing a procedure with delay  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Список pgsql-general
Hello

you can use pg_sleep function. But using it in trigger is ugly,
because transaction stay in open state. Look to orafce on intersession
communication. Maybe you can use it.

http://www.pgsql.cz/index.php/Oracle_functionality_%28en%29

Regards
Pavel Stehule

On 12/12/2007, Ottavio Campana <ottavio@campana.vi.it> wrote:
> I'd like to execute a stored procedure in postgresql one minute after a
> table has been modified. In case there are two changes in less than one
> minute, I want to reset the time that has to be waited before running
> the procedure.
>
> I think I need to use a trigger, but I don't know how...
>
> Can you help me please?
>
> --
> Non c'e' piu' forza nella normalita', c'e' solo monotonia.
>
>
>

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: POSIX and libpq
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: Instaltiating an ARRAY within a function