From: Bruce Momjian Date: Sun, 26 Aug 2001 04:20:36 +0000 (+0000) Subject: Document single-letter createuser encryption options. X-Git-Tag: REL7_2_BETA1~609 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1ee78f2962f09f0fe7c6c8ee16ad513ac113ba4;p=thirdparty%2Fpostgresql.git Document single-letter createuser encryption options. --- diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml index 0a50582c79a..157abdd7884 100644 --- a/doc/src/sgml/ref/createuser.sgml +++ b/doc/src/sgml/ref/createuser.sgml @@ -1,5 +1,5 @@ @@ -133,7 +133,7 @@ Postgres documentation - --encrypted + -E, --encrypted Encrypts the user's password stored in the database. If not @@ -143,7 +143,7 @@ Postgres documentation - --unencrypted + -N, --unencrypted Does not encrypt the user's password stored in the database. If