For the complete documentation index, see llms.txt. This page is also available as Markdown.

38.8. Procedural Language Functions

版本:11

PostgreSQL allows user-defined functions to be written in other languages besides SQL and C. These other languages are generically called procedural languages (PLs). Procedural languages aren't built into the PostgreSQL server; they are offered by loadable modules. See Chapter 42 and following chapters for more information.

Last updated

Was this helpful?