diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-06-04 22:29:26 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-06-04 22:53:30 +0300 |
commit | b9544a070b3a5e2d52c3218f2e40835806ec9172 (patch) | |
tree | f91e90bb1ecd4804a3fe729fc9bcfe9c74039685 | |
parent | eb6af646becfe94f38d08d4765d5faf9123944d0 (diff) | |
download | postgresql-b9544a070b3a5e2d52c3218f2e40835806ec9172.tar.gz postgresql-b9544a070b3a5e2d52c3218f2e40835806ec9172.zip |
ECPG documentation fixes
Marc Cousin
-rw-r--r-- | doc/src/sgml/ecpg.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 9e401091666..f0fe909dea7 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -3582,7 +3582,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> @@ -3592,7 +3593,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> |