From: Peter Eisentraut Date: Sat, 4 Jun 2011 19:29:26 +0000 (+0300) Subject: ECPG documentation fixes X-Git-Tag: REL8_2_22~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9544a070b3a5e2d52c3218f2e40835806ec9172;p=thirdparty%2Fpostgresql.git ECPG documentation fixes Marc Cousin --- 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); ECPG_INFORMIX_DATE_CONVERT - 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 Informix definition). @@ -3592,7 +3593,8 @@ risnull(CINTTYPE, (char *) &i); ECPG_INFORMIX_OUT_OF_MEMORY - 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 Informix definition).