Trigger behaviour not as stated - Mailing list pgsql-docs

From ian@thepathcentral.com
Subject Trigger behaviour not as stated
Date
Msg-id 20171129193934.27108.30796@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Trigger behaviour not as stated  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
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.

pgsql-docs by date:

Previous
From: Alexander Lakhin
Date:
Subject: Re: [DOCS] Docbook 5.x
Next
From: Aleksandr Parfenov
Date:
Subject: Replication parameters in recovery.conf