HomeMogDBMogDB StackUqbar
v3.0

Documentation:v3.0

Supported Versions:

Other Versions:

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

AlterGlobalConfiguration ::= ALTER GLOBAL CONFIGURATION with( { paraname = value } [, ...] );

Parameter Description

  • paraname

Parameter name, which is of the text type.

  • value

Parameter value, which is of the text type.

Copyright © 2011-2024 www.enmotech.com All rights reserved.