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