PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.
DROP GROUP — remove a database role
DROP GROUP [ IF EXISTS ] name [, ...]
name
DROP GROUP is now an alias for DROP ROLE.
DROP GROUP
DROP ROLE
There is no DROP GROUP statement in the SQL standard.
Read the upstream documentation. Report corrections through the PostgreSQL documentation form.