PG_PLTEMPLATE
PG_PLTEMPLATE records template information for procedural languages.
| Name | Type | Description |
|---|---|---|
| tmplname | name | Name of the language for which this template is used |
| tmpltrusted | Boolean | The value is true if the language is considered trusted. |
| tmpldbacreate | Boolean | The value is true if the language is created by the owner of the database. |
| tmplhandler | text | Name of the call handler function |
| tmplinline | text | Name of the anonymous block handler. If no name of the block handler exists, the value is null. |
| tmplvalidator | text | Name of the verification function. If no verification function is available, the value is null. |
| tmpllibrary | text | Path of the shared library that implements languages |
| tmplacl | aclitem[] | Access permissions for template (not yet used) |
Last Article: PG_PARTITION
Next Article: PG_PROC
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.