projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
866c850
)
Fix MOVE/FETCH wording.
author
Bruce Momjian
Mon, 27 Oct 2003 02:51:39 +0000
(
02:51
+0000)
committer
Bruce Momjian
Mon, 27 Oct 2003 02:51:39 +0000
(
02:51
+0000)
doc/src/sgml/release.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release.sgml
b/doc/src/sgml/release.sgml
index 8a30a852e993afc75aebbfb6cf1e2e5b14afa665..91439c17f1e670281d39e475a0e8dace14f4ccec 100644
(file)
--- a/
doc/src/sgml/release.sgml
+++ b/
doc/src/sgml/release.sgml
@@
-1,5
+1,5
@@
@@
-249,10
+249,9
@@
required for those wishing to migrate data from any previous release.
Add ON COMMIT clause to CREATE TABLE for temp tables (Gavin)
Allow cursors outside transactions using WITH HOLD (Neil)
-
M
ake M
OVE/FETCH 0 now does nothing (Bruce)
-
Cause MOVE/FETCH
now returns
the number of rows moved/fetched, or zero if at the beginning/end of cursor,
+
MOVE/FETCH 0 now does nothing (Bruce)
+
Cause MOVE/FETCH
to return
the number of rows moved/fetched, or zero if at the beginning/end of cursor,
per SQL spec (Bruce)
-
Have MOVE return 0 or 1 depending on cursor position (Bruce)
Properly handle SCROLL with cursors, or report an error (Neil)
Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options
for FETCH and MOVE (Tom)