From: Michael Meskes Date: Fri, 5 Oct 2012 14:49:27 +0000 (+0200) Subject: Removed sentence about not being able to retrieve more than one row at a time, X-Git-Tag: REL9_1_7~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ebe8889a8c5604b66802508b822cf18b8cd6820;p=postgresql 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 fca5979261..17800fc72f 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -760,11 +760,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. -