File tree 4 files changed +24
-4
lines changed
4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/close.sgml,v 1.20 2003/11/29 19:51:38 pgsql Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/close.sgml,v 1.21 2004/06/17 12:41:02 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -18,6 +18,11 @@ PostgreSQL documentation
18
18
<primary>CLOSE</primary>
19
19
</indexterm>
20
20
21
+ <indexterm zone="sql-close">
22
+ <primary>cursor</primary>
23
+ <secondary>CLOSE</secondary>
24
+ </indexterm>
25
+
21
26
<refsynopsisdiv>
22
27
<synopsis>
23
28
CLOSE <replaceable class="PARAMETER">name</replaceable>
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.30 2003/11/29 19:51:38 pgsql Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.31 2004/06/17 12:41:02 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -18,6 +18,11 @@ PostgreSQL documentation
18
18
<primary>DECLARE</primary>
19
19
</indexterm>
20
20
21
+ <indexterm zone="sql-declare">
22
+ <primary>cursor</primary>
23
+ <secondary>DECLARE</secondary>
24
+ </indexterm>
25
+
21
26
<refsynopsisdiv>
22
27
<synopsis>
23
28
DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/fetch.sgml,v 1.36 2004/03/23 22:57:09 tgl Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/fetch.sgml,v 1.37 2004/06/17 12:41:02 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -18,6 +18,11 @@ PostgreSQL documentation
18
18
<primary>FETCH</primary>
19
19
</indexterm>
20
20
21
+ <indexterm zone="sql-fetch">
22
+ <primary>cursor</primary>
23
+ <secondary>FETCH</secondary>
24
+ </indexterm>
25
+
21
26
<refsynopsisdiv>
22
27
<synopsis>
23
28
FETCH [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <replaceable class="PARAMETER">cursorname</replaceable>
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.27 2004/03/23 22:39:22 tgl Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.28 2004/06/17 12:41:02 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -18,6 +18,11 @@ PostgreSQL documentation
18
18
<primary>MOVE</primary>
19
19
</indexterm>
20
20
21
+ <indexterm zone="sql-move">
22
+ <primary>cursor</primary>
23
+ <secondary>MOVE</secondary>
24
+ </indexterm>
25
+
21
26
<refsynopsisdiv>
22
27
<synopsis>
23
28
MOVE [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <replaceable class="PARAMETER">cursorname</replaceable>
You can’t perform that action at this time.
0 commit comments