Commit 4dd4bd4d authored by Peter Eisentraut's avatar Peter Eisentraut

More ECPG documentation fixes

Marc Cousin
parent b51d05b5
...@@ -9355,7 +9355,8 @@ risnull(CINTTYPE, (char *) &i); ...@@ -9355,7 +9355,8 @@ risnull(CINTTYPE, (char *) &i);
<term><literal>ECPG_INFORMIX_DATE_CONVERT</></term> <term><literal>ECPG_INFORMIX_DATE_CONVERT</></term>
<listitem> <listitem>
<para> <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). <productname>Informix</productname> definition).
</para> </para>
</listitem> </listitem>
...@@ -9365,7 +9366,8 @@ risnull(CINTTYPE, (char *) &i); ...@@ -9365,7 +9366,8 @@ risnull(CINTTYPE, (char *) &i);
<term><literal>ECPG_INFORMIX_OUT_OF_MEMORY</></term> <term><literal>ECPG_INFORMIX_OUT_OF_MEMORY</></term>
<listitem> <listitem>
<para> <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). <productname>Informix</productname> definition).
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment