]> granicus.if.org Git - postgresql/commitdiff
ECPG documentation fixes
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 4 Jun 2011 19:29:26 +0000 (22:29 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 4 Jun 2011 19:53:16 +0000 (22:53 +0300)
Marc Cousin

doc/src/sgml/ecpg.sgml

index 60eaace3d92f8df34d84f7257b35c17bba6ab20f..dec6bc1b43d96dec5a091ea3392ab42d4bae06c1 100644 (file)
@@ -3582,7 +3582,8 @@ risnull(CINTTYPE, (char *) &amp;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>
@@ -3592,7 +3593,8 @@ risnull(CINTTYPE, (char *) &amp;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>