DROP GROUP deletes a user group.
DROP GROUP is the alias for DROP ROLE.
DROP GROUP is the internal interface encapsulated in the gs_om tool. You are not advised to use this interface, because doing so affects the cluster.
1 | DROP GROUP [ IF EXISTS ] group_name [, ...]; |
See Examples in DROP ROLE.