36.8. Procedural Language Functions#
Postgres Pro allows user-defined functions to be written in other languages besides SQL and C. These other languages are generically calledprocedural languages (PLs). Procedural languages aren't built into thePostgres Pro server; they are offered by loadable modules. SeeChapter 40 and following chapters for more information.