Can PostgreSQL notify a client that a trigger has fired? - Mailing list pgsql-general

From Bill
Subject Can PostgreSQL notify a client that a trigger has fired?
Date
Msg-id eittb9$h0i$1@news.hub.org
Whole thread Raw
Responses Re: Can PostgreSQL notify a client that a trigger has
Re: Can PostgreSQL notify a client that a trigger has fired?
List 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 by date:

Previous
From: "Bill"
Date:
Subject: Re: Performance monitoring
Next
From: Jeff Davis
Date:
Subject: Re: Can PostgreSQL notify a client that a trigger has