Fix broken markup, and remove tabs
authorAlvaro Herrera
Fri, 25 Mar 2011 15:20:14 +0000 (12:20 -0300)
committerAlvaro Herrera
Fri, 25 Mar 2011 15:21:12 +0000 (12:21 -0300)
doc/src/sgml/ref/ecpg-ref.sgml

index eca78e14611effa20cb20cb109e26e4ddbaf0d66..20f8c9d0adaf544dda873fddccabe33124696c0e 100644 (file)
@@ -138,30 +138,33 @@ PostgreSQL documentation
        Selects run-time behavior.  Option can be
        one of the following:
        
-   
-    
-    
-    
-    Do not use indicators but instead use special values to represent
-    NULLs. Historically there have been databases using this approach.
-    
-   
-   
-    
-    
-    
-    Prepare all statements before using them. Libecpg will keep a cache of
-    prepared statments and reuse a statement if it gets executed again. If the
-    cache runs full, libecpg will free the least used statement.
-    
+        
+         
+         
+         
+         Do not use indicators but instead use special values to represent
+         NULLs. Historically there have been databases using this approach.
+         
+         
         
-   
-    
-    
-    
-    Allow questionmark as placeholder for compatibility reasons. 
-    This used to be the default long ago.
-    
+        
+         
+         
+         
+         Prepare all statements before using them. Libecpg will keep a cache of
+         prepared statments and reuse a statement if it gets executed again. If the
+         cache runs full, libecpg will free the least used statement.
+         
+         
+        
+        
+         
+         
+         
+         Allow questionmark as placeholder for compatibility reasons. 
+         This used to be the default long ago.
+         
+