Thread: pgsql: Extend plsample example to include a trigger handler.

pgsql: Extend plsample example to include a trigger handler.

From
Tom Lane
Date:
Extend plsample example to include a trigger handler.

Mark Wong and Konstantina Skovola, reviewed by Chapman Flack

Discussion: https://postgr.es/m/Yd8Cz22eHi80XS30@workstation-mark-wong

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2f4d0d67994b32320487784afab7ab997d331bb5

Modified Files
--------------
src/test/modules/plsample/expected/plsample.out |  81 +++++++++++
src/test/modules/plsample/plsample.c            | 173 +++++++++++++++++++++++-
src/test/modules/plsample/sql/plsample.sql      |  23 ++++
3 files changed, 274 insertions(+), 3 deletions(-)