DROP GROUP(7) PostgreSQL 16.2 Documentation DROP GROUP(7)

DROP_GROUP - remove a database role

DROP GROUP [ IF EXISTS ] name [, ...]

DROP GROUP is now an alias for DROP ROLE.

There is no DROP GROUP statement in the SQL standard.

DROP ROLE (DROP_ROLE(7))

2024 PostgreSQL 16.2