Doc: add example of transition table use in a trigger.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 936df5ba80a46fb40bfc93da49a709cbc0aafe5e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-09-16T19:31:26Z
Releases: 11.0
Doc: add example of transition table use in a trigger.

I noticed that there were exactly no complete examples of use of
a transition table in a trigger function, and no clear description
of just how you'd do it either.  Improve that.

Files

PathChange+/−
doc/src/sgml/plpgsql.sgml modified +77 −1
doc/src/sgml/trigger.sgml modified +4 −2

Documentation touched