GS_SQL_PATCH

GS_SQL_PATCH records the status information about all SQL_PATCH.

Table 1 GS_SQL_PATCH columns

NameTypeDescription
patch_namenameSpecifies the patch name.
unique_sql_idbigintQueries the global unique ID.
owneroidID of the user who creates the patch.
enableboolDetermines whether the patch takes effect.
status“char”Patch status (reserved column).
abortboolDetermines whether the value is AbortHint.
hint_stringtextSpecifies the hint text.
hint_nodepg_node_treeSpecifies the hint parsing and serialization result.
original_querytextOriginal statement (reserved column).
patched_querytextPatched statement (reserved column).
original_query_treepg_node_treeOriginal statement parsing result (reserved column).
patched_query_treepg_node_treePatched statement parsing result (reserved column).
descriptiontextSpecifies the patch description.
Feedback
编组 3备份
    openGauss 2025-06-26 22:43:36
    cancel