From 4e5a947d1c0db0d826ec422c2aa899915c6f1758 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 13 Nov 2002 00:44:09 +0000 Subject: Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to end of cursor. --- doc/src/sgml/ref/move.sgml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/move.sgml b/doc/src/sgml/ref/move.sgml index 0d0d662ada2..46c830406ea 100644 --- a/doc/src/sgml/ref/move.sgml +++ b/doc/src/sgml/ref/move.sgml @@ -1,5 +1,5 @@ @@ -21,7 +21,8 @@ PostgreSQL documentation 1999-07-20 -MOVE [ direction ] [ count ] +MOVE [ direction ] + {count | LAST } { IN | FROM } cursor @@ -37,8 +38,9 @@ MOVE [ direction ] [ MOVE allows a user to move cursor position a specified number of rows. MOVE works like the FETCH command, - but only positions the cursor and does - not return rows. + but only positions the cursor and does not return rows. + LAST moves to the end + of the cursor. Refer to -- cgit v1.2.3