ECPG documentation fixes
authorPeter Eisentraut <[email protected]>
Sat, 4 Jun 2011 19:29:26 +0000 (22:29 +0300)
committerPeter Eisentraut <[email protected]>
Sat, 4 Jun 2011 19:52:52 +0000 (22:52 +0300)
Marc Cousin

doc/src/sgml/ecpg.sgml

index f38210696bf86ff66cec3cab1f6db12b0dc5a4e0..835b24a970f417dc288cf1008b3b358b61723e39 100644 (file)
@@ -3586,7 +3586,8 @@ risnull(CINTTYPE, (char *) &i);
       <term><literal>ECPG_INFORMIX_DATE_CONVERT</></term>
       <listitem>
        <para>
-        Functions return this value if Internally it is defined to -1210 (the
+        Functions return this value if an error occurred during date
+        formatting.  Internally it is defined to -1210 (the
         <productname>Informix</productname> definition).
        </para>
       </listitem>
@@ -3596,7 +3597,8 @@ risnull(CINTTYPE, (char *) &i);
       <term><literal>ECPG_INFORMIX_OUT_OF_MEMORY</></term>
       <listitem>
        <para>
-        Functions return this value if Internally it is defined to -1211 (the
+        Functions return this value if memory was exhausted during
+        their operation.  Internally it is defined to -1211 (the
         <productname>Informix</productname> definition).
        </para>
       </listitem>