Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id 32165B5DBC6 for ; Thu, 9 Jun 2011 19:48:55 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.243]) (amavisd-maia, port 10024) with ESMTP id 10484-03 for ; Thu, 9 Jun 2011 22:48:47 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from momjian.us (momjian.us [70.90.9.53]) by mail.postgresql.org (Postfix) with ESMTP id 57E0BB5DBD6 for ; Thu, 9 Jun 2011 19:48:47 -0300 (ADT) Received: (from bruce@localhost) by momjian.us (8.11.6/8.11.6) id p59Mmlm03664; Thu, 9 Jun 2011 18:48:47 -0400 (EDT) From: Bruce Momjian Message-Id: <201106092248.p59Mmlm03664@momjian.us> Subject: Re: ECPG, sentence not complete In-Reply-To: <4DEB478E.5030304@gmail.com> To: Marc Cousin Date: Thu, 9 Jun 2011 18:48:47 -0400 (EDT) CC: Peter Eisentraut , pgsql-docs X-Mailer: ELM [version 2.4ME+ PL124 (25)] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="ELM1307659727-29492-1_" Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.91 tagged_above=-5 required=5 tests=BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201106/24 X-Sequence-Number: 6798 --ELM1307659727-29492-1_ Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" Marc Cousin wrote: > Sorry to give them as small batches like that. I've found 3 other ones > (the last ones I hope, as I've finished translating everything else from > the file). > Same problem as before, there are a few words missing. > > ECPG_INFORMIX_BAD_EXPONENT > > > Functions return this value if Internally it is defined to -1216 > (the > Informix definition). > > > > > > ECPG_INFORMIX_BAD_DATE > > > Functions return this value if Internally it is defined to -1218 > (the > Informix definition). > > > > > > ECPG_INFORMIX_EXTRA_CHARS > > > Functions return this value if Internally it is defined to -1264 > (the > Informix definition). > > > > Marc Sorry, these are the cases I fixed. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. + --ELM1307659727-29492-1_ Content-Transfer-Encoding: 7bit Content-Type: text/x-diff Content-Disposition: inline; filename="/rtmp/ecpg" diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 9130b12..def250c 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -9281,7 +9281,7 @@ risnull(CINTTYPE, (char *) &i); Functions return this value if an overflow occurred in a - calculation. Internally it is defined to -1200 (the Informix + calculation. Internally it is defined as -1200 (the Informix definition). @@ -9292,7 +9292,7 @@ risnull(CINTTYPE, (char *) &i); Functions return this value if an underflow occurred in a calculation. - Internally it is defined to -1201 (the Informix definition). + Internally it is defined as -1201 (the Informix definition). @@ -9302,7 +9302,7 @@ risnull(CINTTYPE, (char *) &i); Functions return this value if an attempt to divide by zero is - observed. Internally it is defined to -1202 (the Informix definition). + observed. Internally it is defined as -1202 (the Informix definition). @@ -9312,7 +9312,7 @@ risnull(CINTTYPE, (char *) &i); Functions return this value if a bad value for a year was found while - parsing a date. Internally it is defined to -1204 (the Informix + parsing a date. Internally it is defined as -1204 (the Informix definition). @@ -9323,7 +9323,7 @@ risnull(CINTTYPE, (char *) &i); Functions return this value if a bad value for a month was found while - parsing a date. Internally it is defined to -1205 (the Informix + parsing a date. Internally it is defined as -1205 (the Informix definition). @@ -9334,7 +9334,7 @@ risnull(CINTTYPE, (char *) &i); Functions return this value if a bad value for a day was found while - parsing a date. Internally it is defined to -1206 (the Informix + parsing a date. Internally it is defined as -1206 (the Informix definition). @@ -9346,7 +9346,7 @@ risnull(CINTTYPE, (char *) &i); Functions return this value if a parsing routine needs a short date representation but did not get the date string in the right length. - Internally it is defined to -1209 (the Informix definition). + Internally it is defined as -1209 (the Informix definition). @@ -9356,7 +9356,7 @@ risnull(CINTTYPE, (char *) &i); Functions return this value if an error occurred during date - formatting. Internally it is defined to -1210 (the + formatting. Internally it is defined as -1210 (the Informix definition). @@ -9367,7 +9367,7 @@ risnull(CINTTYPE, (char *) &i); Functions return this value if memory was exhausted during - their operation. Internally it is defined to -1211 (the + their operation. Internally it is defined as -1211 (the Informix definition). @@ -9379,7 +9379,7 @@ risnull(CINTTYPE, (char *) &i); Functions return this value if a parsing routine was supposed to get a format mask (like mmddyy) but not all fields were listed - correctly. Internally it is defined to -1212 (the Informix definition). + correctly. Internally it is defined as -1212 (the Informix definition). @@ -9392,7 +9392,7 @@ risnull(CINTTYPE, (char *) &i); the textual representation for a numeric value because it contains errors or if a routine cannot complete a calculation involving numeric variables because at least one of the numeric variables is invalid. - Internally it is defined to -1213 (the Informix definition). + Internally it is defined as -1213 (the Informix definition). @@ -9401,7 +9401,8 @@ risnull(CINTTYPE, (char *) &i); ECPG_INFORMIX_BAD_EXPONENT - Functions return this value if Internally it is defined to -1216 (the + Functions return this value if a parsing routine cannot parse + an exponent. Internally it is defined as -1216 (the Informix definition). @@ -9411,7 +9412,8 @@ risnull(CINTTYPE, (char *) &i); ECPG_INFORMIX_BAD_DATE - Functions return this value if Internally it is defined to -1218 (the + Functions return this value if a parsing routine cannot parse + a date. Internally it is defined as -1218 (the Informix definition). @@ -9421,7 +9423,8 @@ risnull(CINTTYPE, (char *) &i); ECPG_INFORMIX_EXTRA_CHARS - Functions return this value if Internally it is defined to -1264 (the + Functions return this value if a parsing routine is passed extra + characters is cannot parse. Internally it is defined as -1264 (the Informix definition). --ELM1307659727-29492-1_--