Help Center/ GaussDB/ Centralized_8.x/ SQL Reference/ SQL Syntax/ D/ DROP GLOBAL CONFIGURATION
Updated on 2024-06-03 GMT+08:00

DROP GLOBAL CONFIGURATION

Function

Deletes 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 [, ...];

Parameter Description

  • 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.

Examples

For details, see Examples in section "ALTER GLOBAL CONFIGURATION."