DROP GROUP

Function

DROP GROUP deletes a user group.

DROP GROUP is an alias for DROP ROLE.

Precautions

DROP GROUP is an internal interface of the openGauss management tool. You are not advised to use this interface, because doing so affects openGauss.

Syntax

DROP GROUP [ IF EXISTS ] group_name [, ...];

Parameter Description

See Parameter Description in DROP ROLE.

Helpful Links

CREATE GROUP, ALTER GROUP, and DROP ROLE

Feedback
编组 3备份
    openGauss 2024-05-06 00:44:54
    cancel