pgsql: Clarify usage of clientcert authentication option.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify usage of clientcert authentication option.
Date: 2016-07-16 18:12:49
Message-ID: E1bOU53-0007uI-Mp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify usage of clientcert authentication option.

For some reason this option wasn't discussed at all in client-auth.sgml.
Document it there, and be more explicit about its relationship to the
"cert" authentication method. Per gripe from Srikanth Venkatesh.

I failed to resist the temptation to do some minor wordsmithing in the
same area, too.

Discussion: <20160713110357(dot)1410(dot)30407(at)wrigleys(dot)postgresql(dot)org>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/745513c70282180afd83c666e43bdb0b6fb8c688

Modified Files
--------------
doc/src/sgml/client-auth.sgml | 25 ++++++++++++++++++++++---
doc/src/sgml/runtime.sgml | 29 +++++++++++++++++------------
2 files changed, 39 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-07-16 18:43:07 pgsql: Fix crash in close_ps() for NaN input coordinates.
Previous Message Tom Lane 2016-07-16 16:49:21 pgsql: Advance PG_CONTROL_VERSION.