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-Tag: REL8_4_RC2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18df0ffbd2e3a8f93640431f12235a6714785755;p=postgresql 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 6357dd922f..2e27e48364 100644 --- 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.