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.
© 1996–2020 The PostgreSQL Global Development Group
Licensed under the PostgreSQL License.
https://www.postgresql.org/docs/13/sql-dropgroup.html