summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-08-05 03:30:35 +0000
committerBruce Momjian <bruce@momjian.us>2003-08-05 03:30:35 +0000
commitbb31c715beba4a6b89b75597264b72cd2fb41670 (patch)
tree4be19d95291935ad1b3afa191e2317570bd3c55f /HISTORY
parent2f9c859ea13dc90ac0c9dfc63b68d20a7caf8b19 (diff)
downloadpostgresql-bb31c715beba4a6b89b75597264b72cd2fb41670.tar.gz
Remove MOVE ALL item.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 0 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 3a330977c6..c5bdf75da9 100644
--- 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)