DROP GROUP
This section is adapted from the WarehousePG v7.x documentation
Removes a database role.
Synopsis
DROP GROUP [IF EXISTS] <name> [, ...]
Description
DROP GROUP is an alias for DROP ROLE.
Compatibility
There is no DROP GROUP statement in the SQL standard.
See Also
Parent topic: SQL Commands
- On this page
- Synopsis
- Description
- Compatibility
- See Also
Could this page be better? Report a problem or suggest an addition!