PG_LANGUAGE
PG_LANGUAGE registers programming languages. You can use them and interfaces to write functions or stored procedures.
Name |
Type |
Reference |
Description |
---|---|---|---|
oid |
oid |
- |
Row identifier (hidden attribute, which must be specified). |
lanname |
name |
- |
Name of the language. |
lanowner |
oid |
OID in PG_AUTHID |
Owner of the language. |
lanispl |
boolean |
- |
Currently, gs_dump still uses this column to determine which languages need to be dumped, but this might be replaced by a different mechanism in the future. |
lanpltrusted |
boolean |
- |
|
lanplcallfoid |
oid |
OID in PG_PROC |
For non-internal languages, this column references the language handler, which is a special function responsible for executing all functions that are written in the particular language. |
laninline |
oid |
OID in PG_PROC |
This column references a function responsible for executing "inline" anonymous code blocks (DO blocks). The value is 0 if inline blocks are not supported. |
lanvalidator |
oid |
OID in PG_PROC |
This column references a language validator function responsible for checking the syntax and validity of new functions when they are created. The value is 0 if no validator is provided. |
lanacl |
aclitem[] |
- |
Access permission. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot