1DROP GROUP(7)                    SQL Commands                    DROP GROUP(7)
2
3
4

NAME

6       DROP GROUP - remove a database role
7
8

SYNOPSIS

10       DROP GROUP [ IF EXISTS ] name [, ...]
11
12

DESCRIPTION

14       DROP GROUP is now an alias for DROP ROLE [drop_role(7)].
15

COMPATIBILITY

17       There is no DROP GROUP statement in the SQL standard.
18

SEE ALSO

20       DROP ROLE [drop_role(7)]
21
22
23
24SQL - Language Statements         2011-09-22                     DROP GROUP(7)
Impressum