diff options
author | Michael Meskes <meskes@postgresql.org> | 2012-10-05 16:49:27 +0200 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2012-10-05 17:49:24 +0200 |
commit | 1045af95e7218e5713baabdbf6b960876fa3c9d2 (patch) | |
tree | 7afad3d48a57e8d2678cfa522dbc570bb26f4145 | |
parent | 6e41fa2e5cd84d0970f1ee1d9c9767dbc974952a (diff) | |
download | postgresql-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.sgml | 5 |
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"> |