projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f9c859
)
Remove MOVE ALL item.
author
Bruce Momjian
<bruce@momjian.us>
Tue, 5 Aug 2003 03:30:35 +0000
(
03:30
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 5 Aug 2003 03:30:35 +0000
(
03:30
+0000)
HISTORY
patch
|
blob
|
blame
|
history
diff --git
a/HISTORY
b/HISTORY
index 3a330977c69996866a8e9f4e116bf7e7c347062a..c5bdf75da9746b5b0400a97423eaa14b9018831d 100644
(file)
--- a/
HISTORY
+++ b/
HISTORY
@@
-130,7
+130,6
@@
Utility Commands
Add ON COMMIT PRESERVE ROWS for temp tables (Gavin)
Allow cursors outside transactions using WITH HOLD (Neil)
Make MOVE/FETCH 0 actually move/fetch 0 (Bruce)
-Add MOVE ALL to move to end of cursor (Bruce)
Cause FETCH 1 to return the current cursor row, or zero if at
beginning/end of cursor, per SQL spec (Bruce)
Have MOVE return 0 or 1 depending on cursor position (Bruce)