[EMAIL PROTECTED] wrote:
Hi,
In one of our project we are supposed to send the notifications
regarding any row modifications in a perticular table to the external
application which will be implementing the listen event for the same.
We are using the postgress version 8.0.3.
Can anybody clarify whether we can pass the primary key value of
the record modified in the extra attribute of this structure?
Afraid not. You'll need to record the pkey in a "process_these" table
and have the application check there.
--
Richard Huxton
Archonet Ltd
---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at
http://www.postgresql.org/about/donate