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