aboutsummaryrefslogtreecommitdiff
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
commitff60394a8c9a7af8b32de420ccb54a20a0f019c1 (patch)
tree4992c1788861295c18db6ab5aa6e3caf38891cae
parent7f055fba3fa99d807837a229967fd6c5dd720530 (diff)
downloadpostgresql-ff60394a8c9a7af8b32de420ccb54a20a0f019c1.tar.gz
postgresql-ff60394a8c9a7af8b32de420ccb54a20a0f019c1.zip
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 72c42407790..92556c7ce0c 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -7880,7 +7880,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
<row>
<entry><filename>~/.postgresql/postgresql.crt</filename></entry>
<entry>client certificate</entry>
- <entry>requested by server</entry>
+ <entry>sent to server</entry>
</row>
<row>