From b51d05b511f7c88b8d7ae3c0d3539db9405bac80 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 4 Jun 2011 22:11:20 +0300 Subject: [PATCH] ECPG documentation fix Marc Cousin, Satoshi Nagayasu --- doc/src/sgml/ecpg.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index a8ffde5150..a98c1abf42 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -3948,8 +3948,9 @@ typedef struct sqlda_struct sqlda_t; desc_next - 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 desc_next holds + a pointer to the next entry in the list. @@ -8018,7 +8019,7 @@ typedef struct sqlda_compat sqlda_t; desc_next - 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. -- 2.40.0