Add more explicit note that the parameters of MOVE are identical to FETCH.
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 22 Jun 2009 07:12:50 +0000 (07:12 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 22 Jun 2009 07:12:50 +0000 (07:12 +0000)
per David Wheeler

doc/src/sgml/ref/move.sgml

index 124e81b8e79943999e65bd970f88c6c3755c706b..b3ccf8a17c4bb16b3d28adf9981e7807ec458e71 100644 (file)
@@ -40,7 +40,8 @@ MOVE [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <r
   </para>
 
   <para>
-   Refer to 
+   The parameters for the <command>MOVE</command> command are identical to 
+   those of the <command>FETCH</command> command; refer to
    <xref linkend="sql-fetch" endterm="sql-fetch-title">
    for details on syntax and usage.
   </para>