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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Doc: add example of transition table use in a trigger.
Date: 2017-09-16 19:32:10
Message-ID: E1dtIp0-0001WQ-V9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/936df5ba80a46fb40bfc93da49a709cbc0aafe5e

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-09-16 19:59:01 Re: Re: [COMMITTERS] pgsql: Perform only one ReadControlFile() during startup.
Previous Message Andres Freund 2017-09-16 18:38:49 Re: Re: [COMMITTERS] pgsql: Perform only one ReadControlFile() during startup.