From 121cf2b904813fb6db69a1da378f4698bc19db17 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 23 Mar 2004 22:39:22 +0000 Subject: [PATCH] Repair misleading description of MOVE's command tag result. --- doc/src/sgml/ref/move.sgml | 5 +++-- 1 file 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 @@ @@ -50,7 +50,8 @@ MOVE [ direction { FROM | IN } ] count The count is the number - of rows moved over (possibly zero). + of rows that a FETCH command with the same parameters + would have returned (possibly zero).