summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2012-10-05 16:49:27 +0200
committerMichael Meskes <meskes@postgresql.org>2012-10-05 17:07:38 +0200
commit6dea5f4c4e1fcb5b5b0fea9a0e3a06f5f5def41c (patch)
treebbb5c86a874ff9d3a6c5863ae4db621072efcb4f
parentc413015fd488ae3ce660efeea182faec244bab5d (diff)
Removed sentence about not being able to retrieve more than one row at a time,
because it is not correct.
-rw-r--r--doc/src/sgml/ecpg.sgml5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index 934ffe88dd1..63aaf89b87f 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -760,11 +760,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 id="ecpg-variables-type-mapping">