Updated on 2024-05-07 GMT+08:00

GS_GLOBAL_CONFIG

GS_GLOBAL_CONFIG records the parameter values specified by users during database instance initialization. In addition, it also stores weak passwords set by users. Initial database users can write, modify, and delete parameters in system catalogs by using ALTER and DROP. Only the initial user, system administrator, and security administrator can access this system catalog. Other users do not have such permission.

Table 1 GS_GLOBAL_CONFIG columns

Name

Type

Description

name

name

Specifies the preset parameter name, weak password name, or parameter required by users during database instance initialization.

value

text

Specifies the preset parameter value, weak password value, or parameter value required by users during database instance initialization.