Updated on 2024-05-07 GMT+08:00

DROP GROUP

Function

Deletes a user group. DROP GROUP is an alias for DROP ROLE.

Precautions

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

Syntax

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

Parameter Description

See Parameter Description in section "DROP ROLE."

Helpful Links

CREATE GROUP, ALTER GROUP, and DROP ROLE