diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-06-17 12:41:02 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-06-17 12:41:02 +0000 |
commit | 474875f4438ea0d18f9f4170117bc407e6812515 (patch) | |
tree | facfd05f1d86ff5e50ca0af55c1cb58802a9e148 /doc/src | |
parent | 5f3edded814fc20f74842187a2dd3d9bd1608732 (diff) | |
download | postgresql-474875f4438ea0d18f9f4170117bc407e6812515.tar.gz postgresql-474875f4438ea0d18f9f4170117bc407e6812515.zip |
The attached patch adds some index entries pointing to the cursor
reference pages. Please apply.
Alvaro Herrera
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/close.sgml | 7 | ||||
-rw-r--r-- | doc/src/sgml/ref/declare.sgml | 7 | ||||
-rw-r--r-- | doc/src/sgml/ref/fetch.sgml | 7 | ||||
-rw-r--r-- | doc/src/sgml/ref/move.sgml | 7 |
4 files changed, 24 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/close.sgml b/doc/src/sgml/ref/close.sgml index 21c5c758006..a165ca3e131 100644 --- a/doc/src/sgml/ref/close.sgml +++ b/doc/src/sgml/ref/close.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/close.sgml,v 1.20 2003/11/29 19:51:38 pgsql Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/close.sgml,v 1.21 2004/06/17 12:41:02 momjian Exp $ PostgreSQL documentation --> @@ -18,6 +18,11 @@ PostgreSQL documentation <primary>CLOSE</primary> </indexterm> + <indexterm zone="sql-close"> + <primary>cursor</primary> + <secondary>CLOSE</secondary> + </indexterm> + <refsynopsisdiv> <synopsis> CLOSE <replaceable class="PARAMETER">name</replaceable> diff --git a/doc/src/sgml/ref/declare.sgml b/doc/src/sgml/ref/declare.sgml index 5b5960b8cb2..ba00d6e29e6 100644 --- a/doc/src/sgml/ref/declare.sgml +++ b/doc/src/sgml/ref/declare.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.30 2003/11/29 19:51:38 pgsql Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.31 2004/06/17 12:41:02 momjian Exp $ PostgreSQL documentation --> @@ -18,6 +18,11 @@ PostgreSQL documentation <primary>DECLARE</primary> </indexterm> + <indexterm zone="sql-declare"> + <primary>cursor</primary> + <secondary>DECLARE</secondary> + </indexterm> + <refsynopsisdiv> <synopsis> DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ] diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index 0b8f5de2453..79519705094 100644 --- a/doc/src/sgml/ref/fetch.sgml +++ b/doc/src/sgml/ref/fetch.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/fetch.sgml,v 1.36 2004/03/23 22:57:09 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/fetch.sgml,v 1.37 2004/06/17 12:41:02 momjian Exp $ PostgreSQL documentation --> @@ -18,6 +18,11 @@ PostgreSQL documentation <primary>FETCH</primary> </indexterm> + <indexterm zone="sql-fetch"> + <primary>cursor</primary> + <secondary>FETCH</secondary> + </indexterm> + <refsynopsisdiv> <synopsis> FETCH [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <replaceable class="PARAMETER">cursorname</replaceable> diff --git a/doc/src/sgml/ref/move.sgml b/doc/src/sgml/ref/move.sgml index 33696b550c9..f61a504b5f3 100644 --- a/doc/src/sgml/ref/move.sgml +++ b/doc/src/sgml/ref/move.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.27 2004/03/23 22:39:22 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/move.sgml,v 1.28 2004/06/17 12:41:02 momjian Exp $ PostgreSQL documentation --> @@ -18,6 +18,11 @@ PostgreSQL documentation <primary>MOVE</primary> </indexterm> + <indexterm zone="sql-move"> + <primary>cursor</primary> + <secondary>MOVE</secondary> + </indexterm> + <refsynopsisdiv> <synopsis> MOVE [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <replaceable class="PARAMETER">cursorname</replaceable> |