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
There is no DROP GROUP statement in the SQL standard.
Read the upstream documentation. For corrections, first check the current version.