1DROP GROUP()                     SQL Commands                     DROP GROUP()
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         2008-06-08                      DROP GROUP()
Impressum