diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_user.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_user.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/drop_user.sgml b/doc/src/sgml/ref/drop_user.sgml index 24e2a87ff2d..38e5418d078 100644 --- a/doc/src/sgml/ref/drop_user.sgml +++ b/doc/src/sgml/ref/drop_user.sgml @@ -29,7 +29,7 @@ DROP USER [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ... <title>Description</title> <para> - <command>DROP USER</command> is now an alias for + <command>DROP USER</command> is simply an alternate spelling of <xref linkend="sql-droprole">. </para> </refsect1> |