summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/drop_user.sgml
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2006-02-04 19:06:47 +0000
committerAndrew Dunstan <andrew@dunslane.net>2006-02-04 19:06:47 +0000
commitf8b54fe6ed7a2eae575d365091d136b4a4068316 (patch)
tree4f3eedce55525759add7704eef65ea66c69989d2 /doc/src/sgml/ref/drop_user.sgml
parent3fa9c416ed14f1d46567fdcf99c8d639034dbeec (diff)
DROP IF EXISTS for ROLE/USER/GROUP
Diffstat (limited to 'doc/src/sgml/ref/drop_user.sgml')
-rw-r--r--doc/src/sgml/ref/drop_user.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/drop_user.sgml b/doc/src/sgml/ref/drop_user.sgml
index 419a7eda7c8..7ed3573455b 100644
--- a/doc/src/sgml/ref/drop_user.sgml
+++ b/doc/src/sgml/ref/drop_user.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/drop_user.sgml,v 1.21 2005/07/26 23:24:02 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/drop_user.sgml,v 1.22 2006/02/04 19:06:46 adunstan Exp $
PostgreSQL documentation
-->
@@ -20,7 +20,7 @@ PostgreSQL documentation
<refsynopsisdiv>
<synopsis>
-DROP USER <replaceable class="PARAMETER">name</replaceable> [, ...]
+DROP USER [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ...]
</synopsis>
</refsynopsisdiv>