Removes a database role.
DROP GROUP [IF EXISTS] <name> [, ...]
DROP GROUP is an alias for DROP ROLE.
DROP GROUP
There is no DROP GROUP statement in the SQL standard.
DROP ROLE
Parent topic: SQL Commands