From bdc71c2cb162297f7f69d8d2be113c2689f5bd6e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 11 Jun 2007 15:08:32 +0000 Subject: [PATCH] Minor wording improvement. --- doc/src/sgml/plpgsql.sgml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index d14519b6133..855b05c0ef8 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -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 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, -- 2.39.5