Better document libpq sslverify behavior as requiring root.crt.
authorBruce Momjian
Sat, 11 Apr 2009 12:27:53 +0000 (12:27 +0000)
committerBruce Momjian
Sat, 11 Apr 2009 12:27:53 +0000 (12:27 +0000)
doc/src/sgml/libpq.sgml

index 1540ed6269356a175e24998912213096b39042ad..463993960f549e61e93a51fcbf3edc65e4a01af7 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <application>libpq</application> - C Library
@@ -6131,9 +6131,9 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
 
   
    When the sslverify parameter is set to cn or
-   cert, libpq will verify that the server certificate is
-   trustworthy by checking the certificate chain up to a CA.
-   For this to work, place the certificate of a trusted CA
+   cert, libpq requires a trustworthy server certificate by
+   checking the certificate chain up to a CA.
+   To allow verification, place the certificate of a trusted CA
    in the file ~/.postgresql/root.crt in the user's home directory.
    (On Microsoft Windows the file is named
    %APPDATA%\postgresql\root.crt.)