projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c8f03d
)
Add more explicit note that the parameters of MOVE are identical to FETCH.
author
Peter Eisentraut
Mon, 22 Jun 2009 07:12:50 +0000
(07:12 +0000)
committer
Peter Eisentraut
Mon, 22 Jun 2009 07:12:50 +0000
(07:12 +0000)
per David Wheeler
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 6357dd922fa48536909942737d533fd638a31187..2e27e48364f40ecc6c11ba6cce60c7596bb5b3f3 100644
(file)
--- a/
doc/src/sgml/ref/move.sgml
+++ b/
doc/src/sgml/ref/move.sgml
@@
-1,5
+1,5
@@
@@
-40,7
+40,8
@@
MOVE [
direction
{ FROM | IN } ]
- Refer to
+ The parameters for the
MOVE
command are identical to
+ those of the
FETCH
command; refer to
for details on syntax and usage.