Remove from FETCH manual page:
Once all rows are fetched, every other fetch access returns no rows.
This commit is contained in:
parent
0d26b45618
commit
ca6c98dbe1
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.8 2000/03/26 18:32:27 petere Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.9 2000/04/04 19:29:18 momjian Exp $
|
||||||
Postgres documentation
|
Postgres documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -256,11 +256,6 @@ FETCH RELATIVE 0 FROM <replaceable class="PARAMETER">cursor</replaceable>
|
|||||||
on compatibility issues.
|
on compatibility issues.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
Once all rows are fetched, every other fetch access returns
|
|
||||||
no rows.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Updating data in a cursor is not supported by
|
Updating data in a cursor is not supported by
|
||||||
<productname>Postgres</productname>,
|
<productname>Postgres</productname>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user