Documented some ecpg command line options that were missing:
authorMichael Meskes
Thu, 24 Mar 2011 21:18:11 +0000 (22:18 +0100)
committerMichael Meskes
Fri, 25 Mar 2011 01:30:50 +0000 (02:30 +0100)
-r no_indicator
-r prepare
-r questionsmarks

doc/src/sgml/ref/ecpg-ref.sgml

index 2a783ea477bd6a9f19d6e22efecb3431d60cdf7c..eca78e14611effa20cb20cb109e26e4ddbaf0d66 100644 (file)
@@ -135,9 +135,35 @@ PostgreSQL documentation
      
      
       
-       Selects a run-time behavior.  Currently,
-       option can only be
-       no_indicator.
+       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.
+    
+        
+   
+    
+    
+    
+    Allow questionmark as placeholder for compatibility reasons. 
+    This used to be the default long ago.
+    
+        
+