Contents
PL/Sample
An example template for a procedural language handler
PL/Sample
is an example template for a procedural language handler, which can be used for testing procedural language APIs or as the basis for the development of a new procedural language.
PL/Sample
was added in PostgreSQL 14.
Source code
The source code for PL/Sample
is located at src/test/modules/plsample/
.
Change history
- PostgreSQL 15
- trigger handler example added (commit 2f4d0d67)
- PostgreSQL 14
- added (commit adbe62d0)
References
- Source README: README