On Mon, Nov 2, 2009 at 11:31 AM, Tom Lane <t...@sss.pgh.pa.us> wrote: > Another interesting property > of this approach is that it'd fix the longstanding user complaint > that constructions like > if (TG_OP = 'INSERT' and NEW.foo = 'bar') ... > fail prematurely. The executor would never demand the value > of NEW.foo, and thus not fail, if TG_OP isn't INSERT.
I don't really know enough to comment on the best way to go about this project overall, but fixing this would be incredibly nice, if it can be done without too much damage. ...Robert -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers