Can PostgreSQL notify a client that a trigger has fired?

Поиск
Список
Период
Сортировка
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 по дате отправления: