diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-06-04 22:11:20 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-06-04 22:52:01 +0300 |
commit | b51d05b511f7c88b8d7ae3c0d3539db9405bac80 (patch) | |
tree | 86d0435973084ff1ff0aa16ba7f898f27ee6bf25 | |
parent | a9143774958e861dc1e2c198ad4c0a4a6d0b9800 (diff) | |
download | postgresql-b51d05b511f7c88b8d7ae3c0d3539db9405bac80.tar.gz postgresql-b51d05b511f7c88b8d7ae3c0d3539db9405bac80.zip |
ECPG documentation fix
Marc Cousin, Satoshi Nagayasu
-rw-r--r-- | doc/src/sgml/ecpg.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index a8ffde51503..a98c1abf42c 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -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> |