diff --git a/doc/src/sgml/ref/close.sgml b/doc/src/sgml/ref/close.sgml index 21c5c7580068b925951972c7b366ad602d096767..a165ca3e1317fe3636db6d5569eed8d461331313 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 5b5960b8cb24dbe73fceacf2ce7b9bf9f8544ab9..ba00d6e29e69ea406836b12b1d4ddbc0f6e2cf2d 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 0b8f5de2453d400d466a9681601cd4654f64ac4d..795197050947b7ea1c12d30e4dcdfc21154d994d 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 33696b550c9f35d998dd41eab8842f13323a651a..f61a504b5f37b946cf178f99e4baa245eaedf134 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>