pgsql: Doc: add a short summary of available authentication methods. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: add a short summary of available authentication methods.
Date
Msg-id E1ihx1S-0005bE-Hs@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: add a short summary of available authentication methods.

The "auth-methods" <sect1> used to include descriptions of all our
authentication methods.  Commit 56811e573 promoted its child <sect2>'s
to <sect1>'s, which has advantages but also created some issues:
* The auth-methods page itself is essentially empty/useless.
* Links that pointed to "auth-methods" as a placeholder for all
auth methods were rendered a bit nonsensical.
* DocBook no longer provides a subsection table-of-contents here,
which formerly was a useful if terse summary of available auth methods.

To improve matters, add a handwritten list of all the auth methods.

Per gripe from Dave Cramer.  Back-patch to v11 where the previous
commit came in.

Discussion: https://postgr.es/m/CADK3HH+xQLhcPgg=kWqfogtXGGZr-JdSo=x=WQC0PkAVyxUWyQ@mail.gmail.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0f8571b5d5523618572d7913817ba35040ffd771

Modified Files
--------------
doc/src/sgml/client-auth.sgml | 95 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 94 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Update neglected comment.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: makeArrayTypeName: Remove pointless relation open/close