aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-06-04 22:29:26 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-06-04 22:52:52 +0300
commit15d8cfb77bae3fc8a9c77b7b0447dceadf959a94 (patch)
treedfd65569038b364964ee7d86e688304777c4e79e
parent1c2af01b98c3aece7e5f6978137effcf06e8b81d (diff)
downloadpostgresql-15d8cfb77bae3fc8a9c77b7b0447dceadf959a94.tar.gz
postgresql-15d8cfb77bae3fc8a9c77b7b0447dceadf959a94.zip
ECPG documentation fixes
Marc Cousin
-rw-r--r--doc/src/sgml/ecpg.sgml6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index f38210696bf..835b24a970f 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -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>