mirror of
https://github.com/postgres/postgres.git
synced 2025-09-17 22:22:26 +03:00
contrib
doc
migration
src
backend
bin
include
interfaces
lextest
makefiles
man
template
test
tools
tutorial
utils
DEVELOPERS
GNUmakefile.in
Makefile
Makefile.global.in
config.guess
config.sub
configure
configure.in
install-sh
COPYRIGHT
HISTORY
INSTALL
README
register.txt
Patch by: wieck@sapserv.debis.de (Jan Wieck) One of the design rules of PostgreSQL is extensibility. And to follow this rule means (at least for me) that there should not only be a builtin PL. Instead I would prefer a defined interface for PL implemetations.