projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f862c42
)
Repair misleading description of MOVE's command tag result.
author
Tom Lane
Tue, 23 Mar 2004 22:39:22 +0000
(22:39 +0000)
committer
Tom Lane
Tue, 23 Mar 2004 22:39:22 +0000
(22:39 +0000)
doc/src/sgml/ref/move.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/move.sgml
b/doc/src/sgml/ref/move.sgml
index 13c08f96abf69d3fbc7a391be3102adce61dab26..33696b550c9f35d998dd41eab8842f13323a651a 100644
(file)
--- a/
doc/src/sgml/ref/move.sgml
+++ b/
doc/src/sgml/ref/move.sgml
@@
-1,5
+1,5
@@
@@
-50,7
+50,8
@@
MOVE [
direction
{ FROM | IN } ]
MOVE
count
The
count
is the number
- of rows moved over (possibly zero).
+ of rows that a
FETCH
command with the same parameters
+ would have returned (possibly zero).