GS_ENCRYPTED_PROC
GS_ENCRYPTED_PROC provides information such as the parameters of encrypted functions and stored procedure functions, original data type of return values, and encrypted columns.
| Name | Type | Description |
|---|---|---|
| oid | oid | Row identifier (hidden column). |
| func_id | oid | OID of the function, corresponding to the OID row identifier in the PG_PROC system catalog. |
| prorettype_orig | integer | Original data type of the return value. |
| last_change | timestamp without time zone | Last modification time of the encrypted function. |
| proargcachedcol | oidvector | OID of the encrypted column corresponding to the INPUT parameter of the function, corresponding to the OID row identifier in the GS_ENCRYPTED_COLUMNS system catalog. |
| proallargtypes_orig | oid[] | Original data type of all function parameters. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.