DROP GROUP() SQL Commands DROP GROUP()NAME
DROP GROUP - remove a database role
SYNOPSIS
DROP GROUP name [, ...]
DESCRIPTION
DROP GROUP is now an alias for DROP ROLE [drop_role(5)], which see for
more information.
COMPATIBILITY
There is no DROP GROUP statement in the SQL standard.
SEE ALSO
DROP ROLE [drop_role(5)]
SQL - Language Statements 2009-12-09 DROP GROUP()