Minor wording improvement.
authorTom Lane
Mon, 11 Jun 2007 15:08:32 +0000 (15:08 +0000)
committerTom Lane
Mon, 11 Jun 2007 15:08:32 +0000 (15:08 +0000)
doc/src/sgml/plpgsql.sgml

index d14519b61333c8888e8164099aa02d772733b9b2..855b05c0ef8b8f913013596abfd974d1da2642a5 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   <application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language
@@ -2583,18 +2583,16 @@ MOVE  direction { FROM | IN }  <
     
      MOVE repositions a cursor without retrieving
      any data. MOVE works exactly like the
-     FETCH command, except it only positions the
-     cursor and does not return rows. As with SELECT
-      INTO, the special variable FOUND can
+     FETCH command, except it only repositions the
+     cursor and does not return the row moved to. As with SELECT
+     INTO, the special variable FOUND can
      be checked to see whether the cursor was successfully
      repositioned or not.
     
 
     
-     The direction clause can be any of the
-     variants allowed in the SQL 
-     endterm="sql-move-title"> command except the ones that can move by
-     more than one row; namely, it can be
+     The options for the direction clause are
+     the same as for FETCH, namely
      NEXT,
      PRIOR,
      FIRST,