Re: Can PostgreSQL notify a client that a trigger has fired?

From: Jorge Godoy <jgodoy(at)gmail(dot)com>
To: "Bill" <postgresql(at)dbginc(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Can PostgreSQL notify a client that a trigger has fired?
Date: 2006-11-09 00:48:00
Message-ID: 87psbx78e7.fsf@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Bill" <postgresql(at)dbginc(dot)com> writes:

> 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

I have the impression that you're missing a lot of sections in the manual...
How about some time to re-read it?

http://www.postgresql.org/docs/8.1/interactive/sql-notify.html

--
Jorge Godoy <jgodoy(at)gmail(dot)com>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Leonel Nunez 2006-11-09 00:56:49 PostgreSQL RPMs
Previous Message Jeff Davis 2006-11-09 00:43:59 Re: Can PostgreSQL notify a client that a trigger has