File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.18 2002/02/21 22:39:35 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.19 2002/02/21 22:42:04 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -25,7 +25,7 @@ PostgreSQL documentation
25
25
<synopsis>
26
26
FETCH [ <replaceable class="PARAMETER">direction</replaceable> ] [ <replaceable class="PARAMETER">count</replaceable> ] { IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
27
27
FETCH [ FORWARD | BACKWARD | RELATIVE ] [ <replaceable class="PARAMETER">#</replaceable> | ALL | NEXT | PRIOR ]
28
- { IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
28
+ { IN | FROM } <replaceable class="PARAMETER">cursor</replaceable>
29
29
</synopsis>
30
30
31
31
<refsect2 id="R2-SQL-FETCH-1">
You can’t perform that action at this time.
0 commit comments