2 36.8. Procedural Language Functions #
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.