SYSTEM CATALOGS / SYSTEM CATALOGS
pg_pltemplate
Read PG 12 manual ↗The catalog pg_pltemplate stores “template” information for procedural languages.
Historical documentation for a PostgreSQL version that is no longer supported.
- Kind
- System catalogs
- Columns in this snapshot
- 8
- Definition source
- English manual
Columns 8
| Column | Type | Description / reference |
|---|---|---|
tmplname | name | Name of the language this template is for |
tmpltrusted | boolean | True if language is considered trusted |
tmpldbacreate | boolean | True if language may be created by a database owner |
tmplhandler | text | Name of call handler function |
tmplinline | text | Name of anonymous-block handler function, or null if none |
tmplvalidator | text | Name of validator function, or null if none |
tmpllibrary | text | Path of shared library that implements language |
tmplacl | aclitem[] | Access privileges for template (not actually used) |
Column history across versions
Version history 3
- PG 12 → 13removed
- PG 9.6 → 10changed
- PG 9.0 → 9.1changed
Definition snapshot: english-manuals:19b0ff3af16ef5710ccd33e39d5… · English manual source