mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Remove MOVE ALL item.
This commit is contained in:
parent
2f9c859ea1
commit
bb31c715be
1
HISTORY
1
HISTORY
|
|
@ -130,7 +130,6 @@ Utility Commands
|
||||||
Add ON COMMIT PRESERVE ROWS for temp tables (Gavin)
|
Add ON COMMIT PRESERVE ROWS for temp tables (Gavin)
|
||||||
Allow cursors outside transactions using WITH HOLD (Neil)
|
Allow cursors outside transactions using WITH HOLD (Neil)
|
||||||
Make MOVE/FETCH 0 actually move/fetch 0 (Bruce)
|
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
|
Cause FETCH 1 to return the current cursor row, or zero if at
|
||||||
beginning/end of cursor, per SQL spec (Bruce)
|
beginning/end of cursor, per SQL spec (Bruce)
|
||||||
Have MOVE return 0 or 1 depending on cursor position (Bruce)
|
Have MOVE return 0 or 1 depending on cursor position (Bruce)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user