Re: Alarm function in PL/pgSQL

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Alarm function in PL/pgSQL
Дата
Msg-id CAHyXU0w8uLihMPK9iPmjRGvEfY18vpva_u3UCFrkZxzF_HKWSg@mail.gmail.com
обсуждение исходный текст
Ответ на Alarm function in PL/pgSQL  (Jon Smark <jon.smark@yahoo.com>)
Ответы Re: Alarm function in PL/pgSQL
Список pgsql-general
On Mon, Jul 18, 2011 at 4:38 PM, Jon Smark <jon.smark@yahoo.com> wrote:
> Hi,
>
> Is it possible to set an alarm within a PL/pgSQL function?  By "alarm"
> I mean a function which is invoked some defined time in the future,
> even after the original function has terminated and returned a value
> to the client.
>
> I want an invocation of function FOO to set a "state" column of a given
> table row to "temporary".  After a predefined period (say, one hour),
> function BAR should then automatically be invoked; this latter function
> would among other things change the "state" column to "permanent".

I don't think this is really possible with postgres PLs generally.
Typically what you have to do is have a function that is called on an
interval that checks for alarms and runs them.

merlin

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: pg_upgrade does not translate tablespace location to new cluster
Следующее
От: Martín Marqués
Дата:
Сообщение: How to sum monetary variables