The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/sql-createtrigger.html
Description:

URL: https://www.postgresql.org/docs/current/static/sql-createtrigger.html

Statement: "In contrast, row-level triggers are fired for all affected
partitions or child tables."

Row-level triggers are not fired on child tables where the trigger ON BEFORE
UPDATE | DELETE is on the parent table. Only works on BEFORE INSERT.

Reply via email to