DROP GROUP
Name
DROP GROUP -- remove a database roleSynopsis
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
© 1996–2019 The PostgreSQL Global Development Group
Licensed under the PostgreSQL License.
https://www.postgresql.org/docs/9.5/sql-dropgroup.html