3 PostgreSQL documentation
6 <refentry id=
"SQL-DROPUSER">
8 <refentrytitle id=
"SQL-DROPUSER-TITLE">DROP USER
</refentrytitle>
9 <refmiscinfo>SQL - Language Statements
</refmiscinfo>
13 <refname>DROP USER
</refname>
14 <refpurpose>remove a database role
</refpurpose>
17 <indexterm zone=
"sql-dropuser">
18 <primary>DROP USER
</primary>
23 DROP USER [ IF EXISTS ]
<replaceable class=
"PARAMETER">name
</replaceable> [, ...]
28 <title>Description
</title>
31 <command>DROP USER
</command> is now an alias for
32 <xref linkend=
"sql-droprole" endterm=
"sql-droprole-title">.
37 <title>Compatibility
</title>
40 The
<command>DROP USER
</command> statement is a
41 <productname>PostgreSQL
</productname> extension. The SQL standard
42 leaves the definition of users to the implementation.
47 <title>See Also
</title>
49 <simplelist type=
"inline">
50 <member><xref linkend=
"sql-droprole" endterm=
"sql-droprole-title"></member>