From: Peter Eisentraut Date: Mon, 22 Jun 2009 07:12:50 +0000 (+0000) Subject: Add more explicit note that the parameters of MOVE are identical to FETCH. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=e5b606640811b9a981d437a160b300b8813d3254;p=users%2Fsimon%2Fpostgres.git Add more explicit note that the parameters of MOVE are identical to FETCH. per David Wheeler --- diff --git a/doc/src/sgml/ref/move.sgml b/doc/src/sgml/ref/move.sgml index 124e81b8e7..b3ccf8a17c 100644 --- a/doc/src/sgml/ref/move.sgml +++ b/doc/src/sgml/ref/move.sgml @@ -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.