mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Merge documentation into one book. (Build with "make html".) Replace
vague cross-references with real links.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_user.sgml,v 1.24 2003/01/19 00:13:29 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_user.sgml,v 1.25 2003/03/25 16:15:39 petere Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@ -34,7 +34,7 @@ where <replaceable class="PARAMETER">option</replaceable> can be:
|
||||
|
||||
<para>
|
||||
<command>CREATE USER</command> will add a new user to an instance
|
||||
of <productname>PostgreSQL</productname>. Refer to the &cite-admin;
|
||||
of <productname>PostgreSQL</productname>. Refer to <xref linkend="user-manag">
|
||||
for information about managing users and authentication. You must
|
||||
be a database superuser to use this command.
|
||||
</para>
|
||||
@ -101,7 +101,7 @@ where <replaceable class="PARAMETER">option</replaceable> can be:
|
||||
</para>
|
||||
|
||||
<para>
|
||||
See the chapter on client authentication in the &cite-admin;
|
||||
See <xref linkend="client-authentication">
|
||||
for details on how to set up authentication mechanisms. Note
|
||||
that older clients may lack support for the MD5 authentication
|
||||
mechanism that is needed to work with passwords that are
|
||||
|
Reference in New Issue
Block a user