Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3750796
)
doc: clarify libpq's 'verify-full' host name check
author
Bruce Momjian
<bruce@momjian.us>
Fri, 30 Jan 2015 02:20:21 +0000
(21:20 -0500)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 30 Jan 2015 02:20:27 +0000
(21:20 -0500)
Report by David Guyot
doc/src/sgml/libpq.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index ad104a3a58115e0a7f02ad007035a9fa487a17e2..e5cab373b86c04ccbc233245b18e105419541841 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-1182,7
+1182,7
@@
postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
<para>
only try an <acronym>SSL</> connection, verify that the
server certificate is issued by a
- trusted <acronym>CA</> and that the server host name
+ trusted <acronym>CA</> and that the
requested
server host name
matches that in the certificate
</para>
</listitem>