Fix incorrect errno definitions in ECPG manual.
authorRobert Haas
Wed, 11 Aug 2010 18:52:02 +0000 (18:52 +0000)
committerRobert Haas
Wed, 11 Aug 2010 18:52:02 +0000 (18:52 +0000)
ecpgerrno.h hasn't materially changed since PostgreSQL 7.4, so this has
been wrong for a very long time.  Back-patch all the way.

Satoshi Nagayasu

doc/src/sgml/ecpg.sgml

index 7ae64bd249324e01aabab1bf25b2b875b0a61698..713979ae12da1903ada4c5e7bef43ba053f10226 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <application>ECPG</application> - Embedded <acronym>SQL</acronym> in C
@@ -4894,7 +4894,7 @@ struct
     
 
     
-     -208 (ECPG_EMPTY)
+     -212 (ECPG_EMPTY)
      
       
        The statement sent to the PostgreSQL
@@ -4906,7 +4906,7 @@ struct
     
 
     
-     -209 (ECPG_MISSING_INDICATOR)
+     -213 (ECPG_MISSING_INDICATOR)
      
       
        A null value was returned and no null indicator variable was
@@ -4916,7 +4916,7 @@ struct
     
 
     
-     -210 (ECPG_NO_ARRAY)
+     -214 (ECPG_NO_ARRAY)
      
       
        An ordinary variable was used in a place that requires an
@@ -4926,7 +4926,7 @@ struct
     
 
     
-     -211 (ECPG_DATA_NOT_ARRAY)
+     -215 (ECPG_DATA_NOT_ARRAY)
      
       
        The database returned an ordinary variable in a place that