diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_role.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_role.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/drop_role.sgml b/doc/src/sgml/ref/drop_role.sgml index 3c1bbaba6fd..413d1870d42 100644 --- a/doc/src/sgml/ref/drop_role.sgml +++ b/doc/src/sgml/ref/drop_role.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_role.sgml PostgreSQL documentation --> -<refentry id="SQL-DROPROLE"> +<refentry id="sql-droprole"> <indexterm zone="sql-droprole"> <primary>DROP ROLE</primary> </indexterm> @@ -83,7 +83,7 @@ DROP ROLE [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [, ... <para> <productname>PostgreSQL</productname> includes a program <xref - linkend="APP-DROPUSER"> that has the + linkend="app-dropuser"> that has the same functionality as this command (in fact, it calls this command) but can be run from the command shell. </para> |