[COMMITTERS] pgsql: Doc: add example of transition table use in a trigger. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Doc: add example of transition table use in a trigger.
Date
Msg-id E1dtIp0-0001WR-VC@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0749ef8e9eceb04dd8c365443d0d994f7ad34c17

Modified Files
--------------
doc/src/sgml/plpgsql.sgml | 78 ++++++++++++++++++++++++++++++++++++++++++++++-
doc/src/sgml/trigger.sgml |  6 ++--
2 files changed, 81 insertions(+), 3 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix SQL-spec incompatibilities in new transition table feature.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix bogus size calculation introduced by commit cc5f81366.