8000 Fix typo in user manual · pykello/postgres@709bdd8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 709bdd8

Browse files
committed
Fix typo in user manual
1 parent f21afe4 commit 709bdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6742,7 +6742,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
67426742
For backwards compatibility with earlier versions of PostgreSQL, if a
67436743
root CA file exists, the behavior of
67446744
<literal>sslmode</literal>=<literal>require</literal> will be the same
6745-
as that of <literal>verify-ca</literal>, meaning the sever certificate
6745+
as that of <literal>verify-ca</literal>, meaning the server certificate
67466746
is validated against the CA. Relying on this behavior is discouraged,
67476747
and applications that need certificate validation should always use
67486748
<literal>verify-ca</literal> or <literal>verify-full</literal>.

0 commit comments

Comments
 (0)
0