Help Center> GaussDB> Distributed_2.x> SQL Reference> SQL Syntax> ALTER GLOBAL CONFIGURATION
Updated on 2023-10-23 GMT+08:00

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

The parameter name and value are of the text type.