Commit b51d05b5 authored by Peter Eisentraut's avatar Peter Eisentraut

ECPG documentation fix

Marc Cousin, Satoshi Nagayasu
parent a9143774
......@@ -3948,8 +3948,9 @@ typedef struct sqlda_struct sqlda_t;
<term><literal>desc_next</></term>
<listitem>
<para>
If the query returns more than one records, multiple linked SQLDA structures
are returned, the first record is stored in the SQLDA returned in the
If the query returns more than one record, multiple linked
SQLDA structures are returned, and <literal>desc_next</> holds
a pointer to the next entry in the list.
</para>
</listitem>
</varlistentry>
......@@ -8018,7 +8019,7 @@ typedef struct sqlda_compat sqlda_t;
<term><literal>desc_next</></term>
<listitem>
<para>
Pointer to the next SQLDA structure if the result set contains more than one records.
Pointer to the next SQLDA structure if the result set contains more than one record.
</para>
</listitem>
</varlistentry>
......
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