DROP_GROUP - remove a database role
DROP GROUP [ IF EXISTS ] name [, ...]
DROP GROUP is now an alias for DROP ROLE.
There is no DROP GROUP statement in the SQL standard.
DROP ROLE (DROP_ROLE(7))