Phil Dagosto <[email protected]> writes: > I am trying to use event notifications controlled by an ON UPDATE > rule.
Rules don't work the way you are hoping --- in particular, the NOTIFY
will fire whether or not any individual rows get inserted. You might
have better luck using a trigger instead.
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
