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:49:24 +0200
commit1045af95e7218e5713baabdbf6b960876fa3c9d2 (patch)
tree7afad3d48a57e8d2678cfa522dbc570bb26f4145
parent6e41fa2e5cd84d0970f1ee1d9c9767dbc974952a (diff)
downloadpostgresql-1045af95e7218e5713baabdbf6b960876fa3c9d2.tar.gz
postgresql-1045af95e7218e5713baabdbf6b960876fa3c9d2.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 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">