pgsql: doc: Add note to prevent server spoofing with SCRAM - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Add note to prevent server spoofing with SCRAM
Date
Msg-id E1q5Z8F-0002QJ-Sm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Add note to prevent server spoofing with SCRAM

The set of recommendations added in the documentation with this commit
helps in avoiding SCRAM exchanges with untrusted servers.

Author: Jacob Champion, Jonathan Katz
Reviewed-by: Stephen Frost, Daniel Gustafsson, Michael Paquier
Discussion: https://postgr.es/m/CAAWbhmg5Gh0JetNbQi7z0yOsdsN9YECv8GoY-QBGBBiip9+JOw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d0f4824a54104bb831ebcd46982e6e3b337ef5fa

Modified Files
--------------
doc/src/sgml/runtime.sgml | 13 +++++++++++++
1 file changed, 13 insertions(+)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: PG 16 relnotes, add psql \df+ source code change
Next
From: Tom Lane
Date:
Subject: pgsql: Fix pg_dump's failure to honor dependencies of SQL functions.