]> granicus.if.org Git - postgresql/commitdiff
ECPG documentation fix
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 4 Jun 2011 19:11:20 +0000 (22:11 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 4 Jun 2011 19:52:25 +0000 (22:52 +0300)
Marc Cousin, Satoshi Nagayasu

doc/src/sgml/ecpg.sgml

index 9480059fb0afee6b6a0c1e2371b86df3605d42c4..b6ea9f8dc91e1bcc9b06c87bd9c88a57626b9dcc 100644 (file)
@@ -2752,8 +2752,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 records, multiple linked
+        SQLDA structures are returned, and <literal>desc_next</> holds
+        a pointer to the next entry in the list.
        </para>
       </listitem>
      </varlistentry>
@@ -3040,7 +3041,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>