aboutsummaryrefslogtreecommitdiff
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:06:50 +0200
commit8ebe8889a8c5604b66802508b822cf18b8cd6820 (patch)
tree02c5152078b3dc29e4ea9d7577284c83338b0325
parent856ce0fb563a630ddd07dfad8cb4d8eb1d601b77 (diff)
downloadpostgresql-8ebe8889a8c5604b66802508b822cf18b8cd6820.tar.gz
postgresql-8ebe8889a8c5604b66802508b822cf18b8cd6820.zip
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 fca5979261b..17800fc72fa 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">