postgresql/src/test/modules/plsample
Bruce Momjian ca3b37487b Update copyright for 2021
Backpatch-through: 9.5
2021-01-02 13:06:25 -05:00
..
expected Add PL/Sample to src/test/modules/ 2020-08-18 11:10:50 +09:00
sql Add PL/Sample to src/test/modules/ 2020-08-18 11:10:50 +09: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 Update copyright for 2021 2021-01-02 13:06:25 -05: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.