Fix SGML markup I broke yesterday.
authorBruce Momjian
Wed, 15 Apr 2009 13:03:11 +0000 (13:03 +0000)
committerBruce Momjian
Wed, 15 Apr 2009 13:03:11 +0000 (13:03 +0000)
doc/src/sgml/libpq.sgml

index 93dab72261264804491955158fe6e5bbf97e69c7..4e7748c3c523a6487c751d7e6f55ffd6a193e7b1 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <application>libpq</application> - C Library
            This option determines whether or with what priority a
            SSL TCP/IP connection will be negotiated with the
            server. There are four modes:
+          
 
-           
-            <literal>sslmode</literal> options
-            
-             
-              
-               Option
-               Description
-              
-             
-         
-             
-         
-              
-               disable
-               only try a non-SSL connection
-              
-         
-              
-               allow
-               first try a non-SSL
-                connection;  if that fails, try an SSL
-                connection
-              
-         
-              
-               prefer (default)
-               first try an SSL connection;  if
-               that fails, try a non-SSL
+          
+           <literal>sslmode</literal> options
+           
+            
+             
+              Option
+              Description
+             
+            
+        
+            
+        
+             
+              disable
+              only try a non-SSL connection
+             
+        
+             
+              allow
+              first try a non-SSL
+               connection;  if that fails, try an SSL
                connection
-              
-         
-              
-               require
-               only try an SSL connection
-              
-         
-             
-            
-           
+             
+        
+             
+              prefer (default)
+              first try an SSL connection;  if
+              that fails, try a non-SSL
+              connection
+             
+        
+             
+              require
+              only try an SSL connection
+             
+        
+            
+           
+          
 
           
            sslmode is ignored for Unix domain socket