postgresql/src/test/modules/plsample
Tom Lane 2f4d0d6799 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
2022-04-07 18:26:20 -04:00
..
expected Extend plsample example to include a trigger handler. 2022-04-07 18:26:20 -04:00
sql Extend plsample example to include a trigger handler. 2022-04-07 18:26:20 -04:00
.gitignore Add PL/Sample to src/test/modules/ 2020-08-18 11:10:50 +09:00
Makefile Add PL/Sample to src/test/modules/ 2020-08-18 11:10:50 +09:00
plsample--1.0.sql Add PL/Sample to src/test/modules/ 2020-08-18 11:10:50 +09:00
plsample.c Extend plsample example to include a trigger handler. 2022-04-07 18:26:20 -04:00
plsample.control Add PL/Sample to src/test/modules/ 2020-08-18 11:10:50 +09:00
README Add PL/Sample to src/test/modules/ 2020-08-18 11:10:50 +09:00

PL/Sample
=========

PL/Sample is an example template of procedural-language handler.  It is
a simple implementation, yet demonstrates some of the things that can be done
to build a fully functional procedural-language handler.