ALTER GLOBAL CONFIGURATION
Function
ALTER GLOBAL CONFIGURATION adds and modifies the gs_global_config system catalog and adds the value of key-value.
Precautions
- Only the initial database user can run this command.
- The keyword cannot be changed to weak_password.
Syntax
ALTER GLOBAL CONFIGURATION with(paraname=value,paraname=value...);
Parameter Description
paraname
Parameter name, which is of the text type.
value
Parameter value, which is of the text type.
Feedback