Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ca6c98d

Browse files
committed
Remove from FETCH manual page:
Once all rows are fetched, every other fetch access returns no rows.
1 parent 0d26b45 commit ca6c98d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

doc/src/sgml/ref/fetch.sgml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.8 2000/03/26 18:32:27 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.9 2000/04/04 19:29:18 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -256,11 +256,6 @@ FETCH RELATIVE 0 FROM <replaceable class="PARAMETER">cursor</replaceable>
256256
on compatibility issues.
257257
</para>
258258

259-
<para>
260-
Once all rows are fetched, every other fetch access returns
261-
no rows.
262-
</para>
263-
264259
<para>
265260
Updating data in a cursor is not supported by
266261
<productname>Postgres</productname>,

0 commit comments

Comments
 (0)