Trigger behaviour not as stated

From: ian(at)thepathcentral(dot)com
To: pgsql-docs(at)postgresql(dot)org
Subject: Trigger behaviour not as stated
Date: 2017-11-29 19:39:34
Message-ID: 20171129193934.27108.30796@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Aleksandr Parfenov 2017-12-01 11:12:36 Replication parameters in recovery.conf
Previous Message Alexander Lakhin 2017-11-28 16:55:11 Re: [DOCS] Docbook 5.x