Updated on 2025-03-13 GMT+08:00

DROP GLOBAL CONFIGURATION

Description

Drops parameter values from the gs_global_config system catalog.

Precautions

  • Only the initial database user can run this command.
  • The parameter name cannot be weak_password or undostoragetype.

Syntax

DROP GLOBAL CONFIGURATION name [, ...];

Parameters

  • name

    The parameter must exist in the gs_global_config system catalog. If you delete a parameter that does not exist, an error will be reported.