postgresql/doc/src/sgml/ref/drop_group.sgml

54 lines
1.0 KiB
Plaintext
Raw Normal View History

<!--
2010-09-20 22:08:53 +02:00
doc/src/sgml/ref/drop_group.sgml
PostgreSQL documentation
-->
<refentry id="SQL-DROPGROUP">
<indexterm zone="sql-dropgroup">
<primary>DROP GROUP</primary>
</indexterm>
<refmeta>
<refentrytitle>DROP GROUP</refentrytitle>
<manvolnum>7</manvolnum>
<refmiscinfo>SQL - Language Statements</refmiscinfo>
</refmeta>
2003-05-04 04:23:16 +02:00
<refnamediv>
2003-05-04 04:23:16 +02:00
<refname>DROP GROUP</refname>
<refpurpose>remove a database role</refpurpose>
</refnamediv>
2003-05-04 04:23:16 +02:00
<refsynopsisdiv>
2003-05-04 04:23:16 +02:00
<synopsis>
2006-02-04 20:06:47 +01:00
DROP GROUP [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ...]
2003-05-04 04:23:16 +02:00
</synopsis>
</refsynopsisdiv>
2003-05-04 04:23:16 +02:00
<refsect1>
<title>Description</title>
<para>
<command>DROP GROUP</command> is now an alias for
<xref linkend="sql-droprole">.
</para>
</refsect1>
2003-05-04 04:23:16 +02:00
<refsect1>
<title>Compatibility</title>
<para>
There is no <command>DROP GROUP</command> statement in the SQL standard.
</para>
</refsect1>
2003-05-04 04:23:16 +02:00
<refsect1>
<title>See Also</title>
<simplelist type="inline">
<member><xref linkend="sql-droprole"></member>
2003-05-04 04:23:16 +02:00
</simplelist>
</refsect1>
</refentry>