2 doc/src/sgml/ref/drop_group.sgml
3 PostgreSQL documentation
6 <refentry id=
"sql-dropgroup">
7 <indexterm zone=
"sql-dropgroup">
8 <primary>DROP GROUP
</primary>
12 <refentrytitle>DROP GROUP
</refentrytitle>
13 <manvolnum>7</manvolnum>
14 <refmiscinfo>SQL - Language Statements
</refmiscinfo>
18 <refname>DROP GROUP
</refname>
19 <refpurpose>remove a database role
</refpurpose>
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 <link linkend=
"sql-droprole"><command>DROP ROLE
</command></link>.
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"/></member>