Clarify usage of clientcert authentication option.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 745513c70282180afd83c666e43bdb0b6fb8c688
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-07-16T18:12:44Z
Releases: 9.6.0
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.1410.30407@wrigleys.postgresql.org>

Files

PathChange+/−
doc/src/sgml/client-auth.sgml modified +22 −3
doc/src/sgml/runtime.sgml modified +17 −12

Documentation touched