summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-08-25 17:46:11 +0000
committerBruce Momjian <bruce@momjian.us>2001-08-25 17:46:11 +0000
commit4699d81dc99ef1687e9396b57b0ed10f42699792 (patch)
treea21e7eac4ddf241b32520f6e9e13ff150d721e73 /doc/src
parent0927d9929a24d7fbf38ee614a903b145a371d657 (diff)
Add ENCRYPTED/UNENCRYPTED control in createuser script.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/createuser.sgml22
1 files changed, 21 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml
index 54ada23fe5b..0a50582c79a 100644
--- a/doc/src/sgml/ref/createuser.sgml
+++ b/doc/src/sgml/ref/createuser.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.17 2001/05/02 14:46:33 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.18 2001/08/25 17:46:11 momjian Exp $
Postgres documentation
-->
@@ -133,6 +133,26 @@ Postgres documentation
</varlistentry>
<varlistentry>
+ <term>--encrypted</term>
+ <listitem>
+ <para>
+ Encrypts the user's password stored in the database. If not
+ specified, the default is used.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>--unencrypted</term>
+ <listitem>
+ <para>
+ Does not encrypt the user's password stored in the database. If
+ not specified, the default is used.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><replaceable class="parameter">username</replaceable></term>
<listitem>
<para>