pgsql: doc: Expand user documentation on SCRAM

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Expand user documentation on SCRAM
Date: 2017-09-24 04:42:23
Message-ID: E1dvykJ-0002lG-1c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Expand user documentation on SCRAM

Explain more about how the different password authentication methods and
the password_encryption settings relate to each other, give some
upgrading advice, and set a better link from the release notes.

Reviewed-by: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/33e2f346b0689cf7631fcfe7db91dc56767f2659

Modified Files
--------------
doc/src/sgml/client-auth.sgml | 127 ++++++++++++++++++++++++++++++++----------
doc/src/sgml/config.sgml | 2 +-
doc/src/sgml/release-10.sgml | 2 +-
3 files changed, 100 insertions(+), 31 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fabien COELHO 2017-09-24 06:19:23 Re: pgsql: Remove pgbench "progress" test pending solution of its timing is
Previous Message Peter Eisentraut 2017-09-24 03:06:17 pgsql: Fix pg_basebackup test to original intent