summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-08-25 09:53:12 -0400
committerBruce Momjian <bruce@momjian.us>2020-08-25 09:53:12 -0400
commit9cbbf07fdd33ecff1dc3159a16f8a2f5b4d80c9e (patch)
treed772fc8d2a3cb0d3a48df9960e3315b641f951a9
parent6fa403e61241bea60db83ce13ebcea7d6dda3024 (diff)
docs: client certificates are always sent to the server
They are not "requested" by the server. Reported-by: Kyotaro Horiguchi Discussion: https://postgr.es/m/20200825.155320.986648039251743210.horikyota.ntt@gmail.com Backpatch-through: 9.5
-rw-r--r--doc/src/sgml/libpq.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 812540e3861..ecb48ed37c4 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -7959,7 +7959,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
<row>
<entry><filename>~/.postgresql/postgresql.crt</></entry>
<entry>client certificate</entry>
- <entry>requested by server</entry>
+ <entry>sent to server</entry>
</row>
<row>