From 15d8cfb77bae3fc8a9c77b7b0447dceadf959a94 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 4 Jun 2011 22:29:26 +0300 Subject: [PATCH] ECPG documentation fixes Marc Cousin --- doc/src/sgml/ecpg.sgml | 6 ++++-- 1 file 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); 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). @@ -3596,7 +3597,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).