Revert treatment of NOTIFY in rules to its pre-7.1 behavior: notify will
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Sep 2001 20:52:31 +0000 (20:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Sep 2001 20:52:31 +0000 (20:52 +0000)
commit17c03b30b0f191e62e992dc6af8c995fd2b007a2
treeae401bda87878b44bea87c629ac74473c0910378
parent8c55728295421f820920a15750cc2938d360c66c
Revert treatment of NOTIFY in rules to its pre-7.1 behavior: notify will
occur unconditionally, even if the rule should otherwise execute
conditionally.  This is more useful than giving an error, even though it's
not truly the correct behavior.  Per today's pghackers discussion.
doc/src/sgml/ref/create_rule.sgml
src/backend/rewrite/rewriteManip.c