Can PostgreSQL notify a client that a trigger has fired?

Поиск
Список
Период
Сортировка
От Bill
Тема Can PostgreSQL notify a client that a trigger has fired?
Дата
Msg-id eittb9$h0i$1@news.hub.org
обсуждение исходный текст
Ответы Re: Can PostgreSQL notify a client that a trigger has  (Jeff Davis <pgsql@j-davis.com>)
Re: Can PostgreSQL notify a client that a trigger has fired?  (Jorge Godoy <jgodoy@gmail.com>)
Список pgsql-general
Does PostgreSQL have built in mechanism I can use to conditionally
notify a client application that a trigger has fired? What I want is
something along the line of the following pseudo code in a trigger.

if <condition> then
  raise client event

--
.Bill.

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

Предыдущее
От: "Bill"
Дата:
Сообщение: Re: Performance monitoring
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Can PostgreSQL notify a client that a trigger has