1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Removed sentence about not being able to retrieve more than one row at a time,

because it is not correct.
This commit is contained in:
Michael Meskes
2012-10-05 16:49:27 +02:00
parent c413015fd4
commit 6dea5f4c4e

View File

@ -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">