Update docs: client always gets server certificate
authorBruce Momjian <bruce@momjian.us>
Fri, 28 Dec 2007 16:21:08 +0000 (16:21 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 28 Dec 2007 16:21:08 +0000 (16:21 +0000)
doc/src/sgml/libpq.sgml

index a58627c77c0c3b8a7ad9ebacc11a8b172fa893d9..ea13f55b4f54f5f7459d7a0c8d29f915a4607e23 100644 (file)
@@ -5201,7 +5201,7 @@ defaultNoticeProcessor(void *arg, const char *message)
   </para>
 
   <table id="libpq-ssl-file-usage">
-   <title>SSL Client File Usage</title>
+   <title>Libpq/Client SSL File Usage</title>
    <tgroup cols="3">
     <thead>
      <row>
@@ -5229,8 +5229,8 @@ defaultNoticeProcessor(void *arg, const char *message)
      <row>
       <entry><filename>~/.postgresql/root.crt</></entry>
       <entry>trusted certificate authorities</entry>
-      <entry>requests server certificate; checks certificate is
-      signed by a trusted certificate authority</entry>
+      <entry>checks server certificate is signed by a trusted certificate
+      authority</entry>
      </row>
 
      <row>