mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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:
@ -627,11 +627,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>
|
<sect2>
|
||||||
|
Reference in New Issue
Block a user