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:
@ -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">
|
||||
|
Reference in New Issue
Block a user