mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
More ECPG documentation fixes
Marc Cousin
This commit is contained in:
parent
b51d05b511
commit
4dd4bd4d8e
1 changed files with 4 additions and 2 deletions
|
|
@ -9355,7 +9355,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>
|
||||
|
|
@ -9365,7 +9366,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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue