Commit d1ee78f2 authored by Bruce Momjian's avatar Bruce Momjian

Document single-letter createuser encryption options.

parent e87a5ed1
<!-- <!--
$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 $
Postgres documentation Postgres documentation
--> -->
...@@ -133,7 +133,7 @@ Postgres documentation ...@@ -133,7 +133,7 @@ Postgres documentation
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>--encrypted</term> <term>-E, --encrypted</term>
<listitem> <listitem>
<para> <para>
Encrypts the user's password stored in the database. If not Encrypts the user's password stored in the database. If not
...@@ -143,7 +143,7 @@ Postgres documentation ...@@ -143,7 +143,7 @@ Postgres documentation
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>--unencrypted</term> <term>-N, --unencrypted</term>
<listitem> <listitem>
<para> <para>
Does not encrypt the user's password stored in the database. If Does not encrypt the user's password stored in the database. If
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment