DROP GROUP
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
Removes a database role.
DROP GROUP [IF EXISTS] <name> [, ...]
DROP GROUP
is an alias for DROP ROLE.
There is no DROP GROUP
statement in the SQL standard.
Parent topic: SQL Commands