pgsql: doc: clearify trigger behavior for inheritance - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: clearify trigger behavior for inheritance
Date
Msg-id E1eh0Qe-00066K-2q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc:  clearify trigger behavior for inheritance

The previous wording added in PG 10 wasn't specific enough about the
behavior of statement and row triggers when using inheritance.

Reported-by: ian@thepathcentral.com

Discussion: https://postgr.es/m/20171129193934.27108.30796@wrigleys.postgresql.org

Backpatch-through: 10

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1cf1112990cff432b53a74a0ac9ca897ce8a7688

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: in contrib-spi, mention and link to the meaning of SPI
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: clarify major/minor pg_upgrade versions with examples