LISTEN & NOTIFY data - Mailing list pgsql-novice

From Burra
Subject LISTEN & NOTIFY data
Date
Msg-id Pine.GSO.4.40.0112030638320.7178-100000@ucsub.colorado.edu
Whole thread Raw
Responses Re: LISTEN & NOTIFY data
List pgsql-novice
Hello all,
Is there any way to send data along with the NOTIFY command... like
possibly oid?

I have a process listening on a certain NOTIFY name. When it gets that
signal from the database I want it to beable to get the "row" that was
affected and do some operations on it. Right now I have to do a
complex query to see what has changed... and that is just not efficent
enough for my needs. It would be great if postgres would get this
functionality, if it doesn't have it already... I hope :)

---------------------[-- burra@colorado.edu --]--------------------------


pgsql-novice by date:

Previous
From: Ken Corey
Date:
Subject: Re: Disk space problem...
Next
From: Tom Lane
Date:
Subject: Re: LISTEN & NOTIFY data