Re: [BUGS] Conditional NOTIFY is not implemented - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [BUGS] Conditional NOTIFY is not implemented
Date
Msg-id 21265.999837044@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] Conditional NOTIFY is not implemented  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
tomas@fabula.de writes:
> My pattern of use for ``CREATE RULE... NOTIFY...'' was, up to now, to get
> a notice when anything changed on a table and then go look what happened;
> a `poor man's statement level trigger' if you wish. Thus, the old behavior
> didn't bother me that much. I don't know how others are using it.

Yeah, that is the normal and recommended usage pattern for NOTIFY, so
getting a NOTIFY when nothing actually happened is fairly harmless.
(Undoubtedly that's why no one complained before.)

Changing the rewriter to error out when it couldn't really Do The Right
Thing seemed like a good idea at the time, but now it seems clear that
this didn't do anything to enhance the usefulness of the system.  Unless
someone objects, I'll change it back for 7.2.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: byteain bug(?)
Next
From: Bruce Momjian
Date:
Subject: Beta Monday?