3 PostgreSQL documentation
6 <refentry id=
"SQL-DROPGROUP">
8 <refentrytitle id=
"SQL-DROPGROUP-TITLE">DROP GROUP
</refentrytitle>
9 <manvolnum>7</manvolnum>
10 <refmiscinfo>SQL - Language Statements
</refmiscinfo>
14 <refname>DROP GROUP
</refname>
15 <refpurpose>remove a database role
</refpurpose>
18 <indexterm zone=
"sql-dropgroup">
19 <primary>DROP GROUP
</primary>
24 DROP GROUP [ IF EXISTS ]
<replaceable class=
"PARAMETER">name
</replaceable> [, ...]
29 <title>Description
</title>
32 <command>DROP GROUP
</command> is now an alias for
33 <xref linkend=
"sql-droprole" endterm=
"sql-droprole-title">.
38 <title>Compatibility
</title>
41 There is no
<command>DROP GROUP
</command> statement in the SQL standard.
46 <title>See Also
</title>
48 <simplelist type=
"inline">
49 <member><xref linkend=
"sql-droprole" endterm=
"sql-droprole-title"></member>