pgsql: doc: clearify trigger behavior for inheritance

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: clearify trigger behavior for inheritance
Date: 2018-01-31 22:00:28
Message-ID: E1eh0Qe-00066K-2q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(at)thepathcentral(dot)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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2018-01-31 22:10:09 pgsql: doc: clarify major/minor pg_upgrade versions with examples
Previous Message Bruce Momjian 2018-01-31 21:54:46 pgsql: doc: in contrib-spi, mention and link to the meaning of SPI

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2018-01-31 22:13:41 Re: pgsql: doc: clearify trigger behavior for inheritance
Previous Message Robert Haas 2018-01-31 21:51:14 Re: WINDOW RANGE patch versus leakproofness