mirror of
https://github.com/postgres/postgres.git
synced 2026-02-17 09:42:54 -05:00
|
|
||
|---|---|---|
| .. | ||
| expected | ||
| sql | ||
| .gitignore | ||
| Makefile | ||
| plsample--1.0.sql | ||
| plsample.c | ||
| plsample.control | ||
| README | ||
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.