Re: Problem with async notifications of table updates

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with async notifications of table updates
Дата
Msg-id 7251.1205807724@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problem with async notifications of table updates  ("Tyler, Mark" <Mark.Tyler@dsto.defence.gov.au>)
Ответы Re: Problem with async notifications of table updates
Re: Problem with async notifications of table updates
Список pgsql-general
"Tyler, Mark" <Mark.Tyler@dsto.defence.gov.au> writes:
> What I want to do is to guarantee that the row is available for
> selection prior to sending the message.

You cannot do that with an AFTER trigger, because whatever it does
necessarily happens before your transaction commits.  I suggest
rethinking your dislike of NOTIFY.

            regards, tom lane

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

Предыдущее
От: "Adam Rich"
Дата:
Сообщение: Re: 8.3.0 upgrade
Следующее
От: "Tyler, Mark"
Дата:
Сообщение: Re: Problem with async notifications of table updates