Add comment about possible URL changes for www7.hp.com:
authorBruce Momjian
Thu, 31 Jan 2008 23:30:31 +0000 (23:30 +0000)
committerBruce Momjian
Thu, 31 Jan 2008 23:30:31 +0000 (23:30 +0000)
   

doc/src/sgml/libpq.sgml
doc/src/sgml/runtime.sgml

index 3ef599f0afc4557abd56c5d979a4ef3a0b9d4572..0c55f4919fb38f78fa59f4db647d2018be828cb1 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <application>libpq</application> - C Library
@@ -5197,7 +5197,9 @@ defaultNoticeProcessor(void *arg, const char *message)
    to inside libpq), you can use
    PQinitSSL(int) to tell libpq
    that the SSL library has already been initialized by your
-   application.  See 
+   application.  
+   
+   See 
    url="http://h71000.www7.hp.com/doc/83final/BA554_90007/ch04.html">
    for details on the SSL API.
   
index ab688099c3fd2c46c2b7f9de7035d68eda0b9a9d..aef4b55bdb7e710feafca1651e97c85a9757e0d7 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Operating System Environment
@@ -1646,6 +1646,7 @@ $ kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`
    verify that the client's certificate is signed by one of the trusted
    certificate authorities.  Certificate Revocation List (CRL) entries
    are also checked if the file root.crl exists.
+   
    (See 
    url="http://h71000.www7.hp.com/DOC/83final/BA554_90007/ch04s02.html">
    for diagrams showing SSL certificate usage.)