aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-03-23 22:39:22 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-03-23 22:39:22 +0000
commit121cf2b904813fb6db69a1da378f4698bc19db17 (patch)
tree29af116cb41be5a8ce2689a65d51570175e00aff
parentf862c42009cd3e2e5f1ea78496148dfecab6d6a7 (diff)
downloadpostgresql-121cf2b904813fb6db69a1da378f4698bc19db17.tar.gz
postgresql-121cf2b904813fb6db69a1da378f4698bc19db17.zip
Repair misleading description of MOVE's command tag result.
-rw-r--r--doc/src/sgml/ref/move.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/move.sgml b/doc/src/sgml/ref/move.sgml
index 13c08f96abf..33696b550c9 100644
--- a/doc/src/sgml/ref/move.sgml
+++ b/doc/src/sgml/ref/move.sgml
@@ -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
-->
@@ -50,7 +50,8 @@ MOVE [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <r
MOVE <replaceable class="parameter">count</replaceable>
</screen>
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>
</refsect1>