• Tom Lane's avatar
    Disallow referential integrity actions from being deferred; only the · 12a47c6a
    Tom Lane authored
    NO ACTION check is deferrable.  This seems to be a closer approximation
    to what the SQL spec says than what we were doing before, and it prevents
    some anomalous behaviors that are possible now that triggers can fire
    during the execution of PL functions.
    Stephan Szabo.
    12a47c6a
trigger.c 78.9 KB