Achilleus Mantzios <[EMAIL PROTECTED]> writes: > Is there a reason that the NEW values should remain unchanged in AFTER > row triggers?
By definition, an AFTER trigger is too late to change what was stored.
Use a BEFORE trigger.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match
