From: Peter Eisentraut Date: Sat, 4 Jun 2011 19:11:20 +0000 (+0300) Subject: ECPG documentation fix X-Git-Tag: REL9_0_5~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=843c280626ae97dbf521d27992abfdfdfe69e279;p=postgresql ECPG documentation fix Marc Cousin, Satoshi Nagayasu --- diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 9480059fb0..b6ea9f8dc9 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -2752,8 +2752,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 records, multiple linked + SQLDA structures are returned, and desc_next holds + a pointer to the next entry in the list. @@ -3040,7 +3041,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.