aboutsummaryrefslogtreecommitdiff
path: root/doc/src
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:01 +0300
commit4dd4bd4d8e1314b0c242e468d084400bf0734202 (patch)
treef50d956dba34b81e07de823163da7d00efd75689 /doc/src
parentb51d05b511f7c88b8d7ae3c0d3539db9405bac80 (diff)
downloadpostgresql-4dd4bd4d8e1314b0c242e468d084400bf0734202.tar.gz
postgresql-4dd4bd4d8e1314b0c242e468d084400bf0734202.zip
More ECPG documentation fixes
Marc Cousin
Diffstat (limited to 'doc/src')
-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 a98c1abf42c..9130b12d698 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -9355,7 +9355,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>
@@ -9365,7 +9366,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>