Skip to content

Commit 18df0ff

Browse files
committed
Add more explicit note that the parameters of MOVE are identical to FETCH.
per David Wheeler
1 parent 1c8f03d commit 18df0ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/ref/move.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.31 2008/11/14 10:22:47 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.32 2009/06/22 07:12:50 petere Exp $
33
PostgreSQL documentation
44
-->
55

@@ -40,7 +40,8 @@ MOVE [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <r
4040
</para>
4141

4242
<para>
43-
Refer to
43+
The parameters for the <command>MOVE</command> command are identical to
44+
those of the <command>FETCH</command> command; refer to
4445
<xref linkend="sql-fetch" endterm="sql-fetch-title">
4546
for details on syntax and usage.
4647
</para>

0 commit comments

Comments
 (0)