Document the previous FETCH and MOVE changes.
authorAlvaro Herrera
Wed, 11 Nov 2009 20:07:57 +0000 (20:07 +0000)
committerAlvaro Herrera
Wed, 11 Nov 2009 20:07:57 +0000 (20:07 +0000)
doc/src/sgml/ref/fetch.sgml
doc/src/sgml/ref/move.sgml

index af4218b7618d82e69ef907feec7b3ca4f14c4a9a..13cdcff37f23d38eef720cd82b8da9a069310fd8 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -26,7 +26,7 @@ PostgreSQL documentation
 
  
 
-FETCH [ direction { FROM | IN } ] cursor_name
+FETCH [ direction [ FROM | IN ] ] cursor_name
 
 where direction can be empty or one of:
 
@@ -404,7 +404,8 @@ COMMIT WORK;
 
   
    The SQL standard allows only FROM preceding the cursor
-   name; the option to use IN is an extension.
+   name; the option to use IN, or to leave them out altogether, is
+   an extension.
   
  
 
index fdff72847b40e43a75348a08b7ae177f0cd7180a..beeb1349a19fe57a5df6aa24e856568eeb649d0d 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -26,7 +26,7 @@ PostgreSQL documentation
 
  
 
-MOVE [ direction { FROM | IN } ] cursor_name
+MOVE [ direction [ FROM | IN ] ] cursor_name