]> granicus.if.org Git - postgresql/commitdiff
More 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:52:25 +0000 (22:52 +0300)
Marc Cousin

doc/src/sgml/ecpg.sgml

index b6ea9f8dc91e1bcc9b06c87bd9c88a57626b9dcc..a9ce87dee01d4205431206938205aaa83dde5683 100644 (file)
@@ -4377,7 +4377,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>
@@ -4387,7 +4388,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>