mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +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.
|
normal clauses.
|
||||||
</para>
|
</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>
|
||||||
|
|
||||||
<sect2 id="ecpg-variables-type-mapping">
|
<sect2 id="ecpg-variables-type-mapping">
|
||||||
|
Reference in New Issue
Block a user