We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87a5ed commit d1ee78fCopy full SHA for d1ee78f
doc/src/sgml/ref/createuser.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.18 2001/08/25 17:46:11 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.19 2001/08/26 04:20:36 momjian Exp $
3
Postgres documentation
4
-->
5
@@ -133,7 +133,7 @@ Postgres documentation
133
</varlistentry>
134
135
<varlistentry>
136
- <term>--encrypted</term>
+ <term>-E, --encrypted</term>
137
<listitem>
138
<para>
139
Encrypts the user's password stored in the database. If not
@@ -143,7 +143,7 @@ Postgres documentation
143
144
145
146
- <term>--unencrypted</term>
+ <term>-N, --unencrypted</term>
147
148
149
Does not encrypt the user's password stored in the database. If
0 commit comments