diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-08-01 06:19:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-08-01 06:19:26 +0000 |
commit | ca9540d34f0ad97c5659cac30aab8a016bd9868c (patch) | |
tree | 38d0c9860cece52a106716af6ba22d95066ff5c2 /doc/src | |
parent | e7029b212755594bbfb4325fffd2dbd7b00eef08 (diff) | |
download | postgresql-ca9540d34f0ad97c5659cac30aab8a016bd9868c.tar.gz postgresql-ca9540d34f0ad97c5659cac30aab8a016bd9868c.zip |
Add docs for initdb --auth.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/initdb.sgml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index bc92cedd18b..10d65030e4f 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/initdb.sgml,v 1.31 2004/07/14 17:55:09 petere Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/initdb.sgml,v 1.32 2004/08/01 06:19:18 momjian Exp $ PostgreSQL documentation --> @@ -99,6 +99,19 @@ PostgreSQL documentation <para> <variablelist> <varlistentry> + <term><option>-A <replaceable class="parameter">authmethod</replaceable></option></term> + <term><option>--auth=<replaceable class="parameter">authmethod</replaceable></option></term> + <listitem> + <para> + This option specifies the authentication method for local users + used in <filename>pg_hba.conf</>. Do not use <literal>trust</> + unless you trust all local users on your system. <literal>Trust</> + is the default for ease of installation. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-D <replaceable class="parameter">directory</replaceable></option></term> <term><option>--pgdata=<replaceable class="parameter">directory</replaceable></option></term> <listitem> |