diff options
Diffstat (limited to 'doc/src/sgml/ref/dropuser.sgml')
| -rw-r--r-- | doc/src/sgml/ref/dropuser.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/ref/dropuser.sgml b/doc/src/sgml/ref/dropuser.sgml index 4c6a8bdb409..3d4e4b37b35 100644 --- a/doc/src/sgml/ref/dropuser.sgml +++ b/doc/src/sgml/ref/dropuser.sgml @@ -42,7 +42,7 @@ PostgreSQL documentation <para> <application>dropuser</application> is a wrapper around the - <acronym>SQL</acronym> command <xref linkend="sql-droprole">. + <acronym>SQL</acronym> command <xref linkend="sql-droprole"/>. There is no effective difference between dropping users via this utility and via other methods for accessing the server. </para> @@ -225,7 +225,7 @@ PostgreSQL documentation <para> This utility, like most other <productname>PostgreSQL</productname> utilities, also uses the environment variables supported by <application>libpq</application> - (see <xref linkend="libpq-envars">). + (see <xref linkend="libpq-envars"/>). </para> </refsect1> @@ -235,8 +235,8 @@ PostgreSQL documentation <title>Diagnostics</title> <para> - In case of difficulty, see <xref linkend="sql-droprole"> - and <xref linkend="app-psql"> for + In case of difficulty, see <xref linkend="sql-droprole"/> + and <xref linkend="app-psql"/> for discussions of potential problems and error messages. The database server must be running at the targeted host. Also, any default connection settings and environment @@ -275,8 +275,8 @@ Are you sure? (y/n) </computeroutput><userinput>y</userinput> <title>See Also</title> <simplelist type="inline"> - <member><xref linkend="app-createuser"></member> - <member><xref linkend="sql-droprole"></member> + <member><xref linkend="app-createuser"/></member> + <member><xref linkend="sql-droprole"/></member> </simplelist> </refsect1> |
