]> begriffs open source - ai-pg/blob - full-docs/txt/xfunc-pl.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / xfunc-pl.txt
1
2 36.8. Procedural Language Functions #
3
4    PostgreSQL allows user-defined functions to be written in other
5    languages besides SQL and C. These other languages are generically
6    called procedural languages (PLs). Procedural languages aren't built
7    into the PostgreSQL server; they are offered by loadable modules. See
8    Chapter 40 and following chapters for more information.