Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 474875f

Browse files
committed
The attached patch adds some index entries pointing to the cursor
reference pages. Please apply. Alvaro Herrera
1 parent 5f3edde commit 474875f

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

doc/src/sgml/ref/close.sgml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -18,6 +18,11 @@ PostgreSQL documentation
1818
<primary>CLOSE</primary>
1919
</indexterm>
2020

21+
<indexterm zone="sql-close">
22+
<primary>cursor</primary>
23+
<secondary>CLOSE</secondary>
24+
</indexterm>
25+
2126
<refsynopsisdiv>
2227
<synopsis>
2328
CLOSE <replaceable class="PARAMETER">name</replaceable>

doc/src/sgml/ref/declare.sgml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -18,6 +18,11 @@ PostgreSQL documentation
1818
<primary>DECLARE</primary>
1919
</indexterm>
2020

21+
<indexterm zone="sql-declare">
22+
<primary>cursor</primary>
23+
<secondary>DECLARE</secondary>
24+
</indexterm>
25+
2126
<refsynopsisdiv>
2227
<synopsis>
2328
DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]

doc/src/sgml/ref/fetch.sgml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -18,6 +18,11 @@ PostgreSQL documentation
1818
<primary>FETCH</primary>
1919
</indexterm>
2020

21+
<indexterm zone="sql-fetch">
22+
<primary>cursor</primary>
23+
<secondary>FETCH</secondary>
24+
</indexterm>
25+
2126
<refsynopsisdiv>
2227
<synopsis>
2328
FETCH [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <replaceable class="PARAMETER">cursorname</replaceable>

doc/src/sgml/ref/move.sgml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -18,6 +18,11 @@ PostgreSQL documentation
1818
<primary>MOVE</primary>
1919
</indexterm>
2020

21+
<indexterm zone="sql-move">
22+
<primary>cursor</primary>
23+
<secondary>MOVE</secondary>
24+
</indexterm>
25+
2126
<refsynopsisdiv>
2227
<synopsis>
2328
MOVE [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <replaceable class="PARAMETER">cursorname</replaceable>

0 commit comments

Comments
 (0)