]> granicus.if.org Git - postgresql/commitdiff
Removed sentence about not being able to retrieve more than one row at a time,
authorMichael Meskes <meskes@postgresql.org>
Fri, 5 Oct 2012 14:54:49 +0000 (16:54 +0200)
committerMichael Meskes <meskes@postgresql.org>
Fri, 5 Oct 2012 15:06:07 +0000 (17:06 +0200)
because it is not correct.

doc/src/sgml/ecpg.sgml

index a9ce87dee01d4205431206938205aaa83dde5683..45b164c18f7be0b28f9e31b38912e8314c50767f 100644 (file)
@@ -627,11 +627,6 @@ do {
     normal clauses.
    </para>
 
-   <para>
-    Both of these methods only allow retrieving one row at a time.  If
-    you need to process result sets that potentially contain more than
-    one row, you need to use a cursor, as shown in the second example.
-   </para>
   </sect2>
 
   <sect2>