]> granicus.if.org Git - postgresql/commitdiff
Remove FETCH syntax heading from MOVE manual page.
authorBruce Momjian <bruce@momjian.us>
Tue, 4 Apr 2000 19:42:36 +0000 (19:42 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 4 Apr 2000 19:42:36 +0000 (19:42 +0000)
doc/src/sgml/ref/move.sgml

index 8e6a3b014db569101e3f022a0ff3f4a64af7352e..fd87192dc7874a79ae9ef3236fd43dfed8d0a423 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/move.sgml,v 1.7 2000/03/26 18:32:27 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/move.sgml,v 1.8 2000/04/04 19:42:36 momjian Exp $
 Postgres documentation
 -->
 
@@ -25,7 +25,6 @@ Postgres documentation
   <synopsis>
 MOVE [ <replaceable class="PARAMETER">selector</replaceable> ] [ <replaceable class="PARAMETER">count</replaceable> ] 
     { IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
-    FETCH [ RELATIVE ] [ { [ <replaceable class="PARAMETER">#</replaceable> | ALL | NEXT | PRIOR ] } ] FROM ] <replaceable class="PARAMETER">cursor</replaceable>
   </synopsis>
  </refsynopsisdiv>