projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d26b45
)
Remove from FETCH manual page:
author
Bruce Momjian
Tue, 4 Apr 2000 19:29:18 +0000
(19:29 +0000)
committer
Bruce Momjian
Tue, 4 Apr 2000 19:29:18 +0000
(19:29 +0000)
Once all rows are fetched, every other fetch access
returns no rows.
doc/src/sgml/ref/fetch.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/fetch.sgml
b/doc/src/sgml/ref/fetch.sgml
index 1fa025361e03b64e9b060e64f12b6b32f763f465..99b90a203b14f0626a1f09e26996b851c3d1a63f 100644
(file)
--- a/
doc/src/sgml/ref/fetch.sgml
+++ b/
doc/src/sgml/ref/fetch.sgml
@@
-1,5
+1,5
@@
@@
-256,11
+256,6
@@
FETCH RELATIVE 0 FROM
cursor
on compatibility issues.
-
- Once all rows are fetched, every other fetch access returns
- no rows.
-
-
Updating data in a cursor is not supported by
Postgres
,