From: Peter Eisentraut <peter_e@gmx.net>
Date: Sat, 4 Jun 2011 19:29:26 +0000 (+0300)
Subject: More ECPG documentation fixes
X-Git-Tag: REL9_0_5~108
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec688fd346e7f3413bd69ff2413a1e6da6aec402;p=postgresql

More ECPG documentation fixes

Marc Cousin
---

diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index b6ea9f8dc9..a9ce87dee0 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -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>