Thread: pgsql: Limit pg_upgrade authentication advice to always-secure techniqu

pgsql: Limit pg_upgrade authentication advice to always-secure techniqu

From
Noah Misch
Date:
Limit pg_upgrade authentication advice to always-secure techniques.

~/.pgpass is a sound choice everywhere, and "peer" authentication is
safe on every platform it supports.  Cease to recommend "trust"
authentication, the safety of which is deeply configuration-specific.
Back-patch to 9.0, where pg_upgrade was introduced.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ec66f1adbf01a1961836c7af42de415b017f4416

Modified Files
--------------
doc/src/sgml/pgupgrade.sgml |   12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)