From: Michael Meskes Date: Fri, 5 Oct 2012 14:54:49 +0000 (+0200) Subject: Removed sentence about not being able to retrieve more than one row at a time, X-Git-Tag: REL9_0_11~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bea34106a6423eb2121f74b892c9020aa184919b;p=thirdparty%2Fpostgresql.git Removed sentence about not being able to retrieve more than one row at a time, because it is not correct. --- diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index a9ce87dee01..45b164c18f7 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -627,11 +627,6 @@ do { normal clauses. - - 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. -