GS_SQL_PATCH
GS_SQL_PATCH stores the status information about all SQL_PATCH statements. Currently, this function is not supported in distributed mode.
| Name | Type | Description |
|---|---|---|
| patch_name | name | Patch name. |
| unique_sql_id | bigint | Global unique query ID |
| owner | oid | ID of the user who creates the patch. |
| enable | boolean | Specifies whether the patch takes effect. |
| status | "char" | Patch status (reserved column). |
| abort | boolean | Specifies whether the patch is an abort hint. |
| hint_string | text | Hint text. |
| hint_node | pg_node_tree | Hint parsing and serialization result. |
| original_query | text | Original statement (reserved column). |
| patched_query | text | Patched statement (reserved column). |
| original_query_tree | pg_node_tree | Original statement parsing result (reserved column). |
| patched_query_tree | pg_node_tree | Patched statement parsing result (reserved column). |
| description | text | Patch description. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.