An error occurred while fetching folder content.
Select Git revision
backend
-
-
- Open in your IDE
- Download source code
- Download this directory
Tom Lane
authored
checked to determine whether the trigger should be fired. For BEFORE triggers this is mostly a matter of spec compliance; but for AFTER triggers it can provide a noticeable performance improvement, since queuing of a deferred trigger event and re-fetching of the row(s) at end of statement can be short-circuited if the trigger does not need to be fired. Takahiro Itagaki, reviewed by KaiGai Kohei.
Name | Last commit | Last update |
---|---|---|
.. |