1DROP GROUP(7) SQL Commands DROP GROUP(7)
23
4
NAME
6DROP GROUP - remove a database role
78
SYNOPSIS
10DROP GROUP [ IF EXISTS ] name [, ...]
1112
DESCRIPTION
14DROP GROUP is now an alias for DROP ROLE [drop_role(7)].
15
COMPATIBILITY
17There is no DROP GROUP statement in the SQL standard.
18
SEE ALSO
20DROP ROLE [drop_role(7)]
2122
23
24
SQL - Language Statements 2014-02-17 DROP GROUP(7)