Can PostgreSQL notify a client that a trigger has fired?

From: "Bill" <postgresql(at)dbginc(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Can PostgreSQL notify a client that a trigger has fired?
Date: 2006-11-09 00:39:06
Message-ID: eittb9$h0i$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2006-11-09 00:43:59 Re: Can PostgreSQL notify a client that a trigger has
Previous Message Bill 2006-11-09 00:25:55 Re: Performance monitoring