10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f862c42 commit 121cf2bCopy full SHA for 121cf2b
doc/src/sgml/ref/move.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.26 2003/11/29 19:51:39 pgsql Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.27 2004/03/23 22:39:22 tgl Exp $
3
PostgreSQL documentation
4
-->
5
@@ -50,7 +50,8 @@ MOVE [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <r
50
MOVE <replaceable class="parameter">count</replaceable>
51
</screen>
52
The <replaceable class="parameter">count</replaceable> is the number
53
- of rows moved over (possibly zero).
+ of rows that a <command>FETCH</command> command with the same parameters
54
+ would have returned (possibly zero).
55
</para>
56
</refsect1>
57
0 commit comments