pgsql: Limit pg_upgrade authentication advice to always-secure techniqu - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Limit pg_upgrade authentication advice to always-secure techniqu
Date
Msg-id E1X8EZk-0003B7-64@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Limit pg_upgrade authentication advice to always-secure techniqu
Next
From: Tom Lane
Date:
Subject: pgsql: Partial fix for dropped columns in functions returning composite