Provided by: postgresql-client-17_17.9-0ubuntu0.25.10.1_amd64 

NAME
DROP_GROUP - remove a database role
SYNOPSIS
DROP GROUP [ IF EXISTS ] name [, ...]
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))
PostgreSQL 17.9 2026 DROP GROUP(7)