DROP_GROUP
remove a database role
- Provided by: postgresql-client-12 (Version: 12.22-0ubuntu0.20.04.4)
- Source: postgresql-12
- Report a bug
remove a database role
DROP GROUP [ IF EXISTS ] name [, ...]
DROP GROUP is now an alias for DROP ROLE (DROP_ROLE(7)).
There is no DROP GROUP statement in the SQL standard.
DROP ROLE (DROP_ROLE(7))