Add documention for ecpg -209 error.
authorBruce Momjian
Thu, 11 Oct 2001 20:25:42 +0000 (20:25 +0000)
committerBruce Momjian
Thu, 11 Oct 2001 20:25:42 +0000 (20:25 +0000)
doc/src/sgml/ecpg.sgml

index de6da54dbef50a354527340be534ea42e98a6eb8..a4cdfa6d2f876cba2a22c0bf3606a2634a9c114b 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -331,6 +331,16 @@ struct sqlca
        
       
 
+      
+       -209, NULL value without indicator in line %d.
+       
+   
+    Postgres returned ECPG_MISSING_INDICATOR
+    because a NULL was returned and no NULL indicator variable was supplied.
+   
+       
+      
+
       
        -220, No such connection %s in line %d.