From ca9540d34f0ad97c5659cac30aab8a016bd9868c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 1 Aug 2004 06:19:26 +0000 Subject: Add docs for initdb --auth. --- doc/src/sgml/ref/initdb.sgml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'doc/src') 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 @@ @@ -98,6 +98,19 @@ PostgreSQL documentation + + + + + + This option specifies the authentication method for local users + used in pg_hba.conf. Do not use trust + unless you trust all local users on your system. Trust + is the default for ease of installation. + + + + -- cgit v1.2.3