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 37ab856125d..74e736b0ebd 100644 --- a/doc/src/sgml/ref/drop_user.sgml +++ b/doc/src/sgml/ref/drop_user.sgml @@ -30,7 +30,7 @@ DROP USER [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [, ... <para> <command>DROP USER</command> is simply an alternate spelling of - <xref linkend="sql-droprole"/>. + <link linkend="sql-droprole"><command>DROP ROLE</command></link>. </para> </refsect1> |