"Bill" <[EMAIL PROTECTED]> 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      <[EMAIL PROTECTED]>

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to