mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Repair misleading description of MOVE's command tag result.
This commit is contained in:
parent
f862c42009
commit
121cf2b904
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$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 $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -50,7 +50,8 @@ MOVE [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <r
|
|||||||
MOVE <replaceable class="parameter">count</replaceable>
|
MOVE <replaceable class="parameter">count</replaceable>
|
||||||
</screen>
|
</screen>
|
||||||
The <replaceable class="parameter">count</replaceable> is the number
|
The <replaceable class="parameter">count</replaceable> is the number
|
||||||
of rows moved over (possibly zero).
|
of rows that a <command>FETCH</command> command with the same parameters
|
||||||
|
would have returned (possibly zero).
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user