pgsql: Doc: clarify the restrictions of AFTER triggers with transition - Mailing list pgsql-committers

From Etsuro Fujita
Subject pgsql: Doc: clarify the restrictions of AFTER triggers with transition
Date
Msg-id E1ui8dx-000L1W-1S@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: clarify the restrictions of AFTER triggers with transition tables.

It was not very clear that the triggers are only allowed on plain tables
(not foreign tables).  Also, rephrase the documentation for better
readability.

Follow up to commit 9e6104c66.

Reported-by: Etsuro Fujita <etsuro.fujita@gmail.com>
Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Reviewed-by: Etsuro Fujita <etsuro.fujita@gmail.com>
Discussion: https://postgr.es/m/CAPmGK16XBs9ptNr8Lk4f-tJZogf6y-Prz%3D8yhvJbb_4dpsc3mQ%40mail.gmail.com
Backpatch-through: 13

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/59a984e637c8dd27ee7dce0aaa0bb06c281cb716

Modified Files
--------------
doc/src/sgml/ref/create_trigger.sgml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix use-after-free with INSERT ON CONFLICT changes in reorderbuf
Next
From: Etsuro Fujita
Date:
Subject: pgsql: Doc: clarify the restrictions of AFTER triggers with transition