postgresql/src/test/modules/plsample
Bruce Momjian 27b77ecf9f Update copyright for 2022
Backpatch-through: 10
2022-01-07 19:04:57 -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 2022 2022-01-07 19:04:57 -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.