pgsql: pg_upgrade: document possible pg_hba.conf options - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: pg_upgrade: document possible pg_hba.conf options
Date
Msg-id E1UxH9n-00026M-15@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: pg_upgrade: document possible pg_hba.conf options  (Bruce Momjian <bruce@momjian.us>)
List pgsql-committers
pg_upgrade: document possible pg_hba.conf options
Previously, pg_upgrade docs recommended using .pgpass if using MD5
authentication to avoid being prompted for a password.  Turns out pg_ctl
never prompts for a password, so MD5 requires .pgpass --- document that.
Also recommend 'peer' for authentication too.
Backpatch back to 9.1.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/921a0b20138c73a3de3067c89cf7424b3d22c1ef

Modified Files
--------------
doc/src/sgml/pgupgrade.sgml |    8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade: document possible pg_hba.conf options
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: pg_upgrade: document possible pg_hba.conf options