This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
DROP GROUP
Name
DROP GROUP -- remove a database role
Synopsis
DROP GROUP name [, ...]
Description
DROP GROUP is now an alias for
DROP ROLE, which see
for more information.
Compatibility
There is no DROP GROUP statement in
the SQL standard.