We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3a95427 commite3e41a6Copy full SHA for e3e41a6
doc/src/sgml/ref/fetch.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.18 2002/02/21 22:39:35 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.19 2002/02/21 22:42:04 momjian Exp $
3
PostgreSQL documentation
4
-->
5
@@ -25,7 +25,7 @@ PostgreSQL documentation
25
<synopsis>
26
FETCH [ <replaceable class="PARAMETER">direction</replaceable> ] [ <replaceable class="PARAMETER">count</replaceable> ] { IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
27
FETCH [ FORWARD | BACKWARD | RELATIVE ] [ <replaceable class="PARAMETER">#</replaceable> | ALL | NEXT | PRIOR ]
28
- { IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
+{ IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
29
</synopsis>
30
31
<refsect2 id="R2-SQL-FETCH-1">