—
NAME
DROP_GROUP - remove a database role
SYNOPSIS
bash
DROP GROUP [ IF EXISTS ] \nname\n [, ...]DESCRIPTION
DROP GROUP is now an alias for DROP ROLE.
COMPATIBILITY
There is no DROP GROUP statement in the SQL standard.
SEE ALSO
DROP ROLE (DROP_ROLE(7))