Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 45c9be3

Browse files
committed
Update docs: client always gets server certificate
1 parent eea8efe commit 45c9be3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/libpq.sgml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.251 2007/12/25 17:06:52 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.252 2007/12/28 16:21:08 momjian Exp $ -->
22

33
<chapter id="libpq">
44
<title><application>libpq</application> - C Library</title>
@@ -5201,7 +5201,7 @@ defaultNoticeProcessor(void *arg, const char *message)
52015201
</para>
52025202

52035203
<table id="libpq-ssl-file-usage">
5204-
<title>SSL Client File Usage</title>
5204+
<title>Libpq/Client SSL File Usage</title>
52055205
<tgroup cols="3">
52065206
<thead>
52075207
<row>
@@ -5229,8 +5229,8 @@ defaultNoticeProcessor(void *arg, const char *message)
52295229
<row>
52305230
<entry><filename>~/.postgresql/root.crt</></entry>
52315231
<entry>trusted certificate authorities</entry>
5232-
<entry>requests server certificate; checks certificate is
5233-
signed by a trusted certificate authority</entry>
5232+
<entry>checks server certificate is signed by a trusted certificate
5233+
authority</entry>
52345234
</row>
52355235

52365236
<row>

0 commit comments

Comments
 (0)