We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5f3edde commit474875fCopy full SHA for 474875f
doc/src/sgml/ref/close.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
PostgreSQL documentation
4
-->
5
@@ -18,6 +18,11 @@ PostgreSQL documentation
18
<primary>CLOSE</primary>
19
</indexterm>
20
21
+ <indexterm zone="sql-close">
22
+ <primary>cursor</primary>
23
+ <secondary>CLOSE</secondary>
24
+ </indexterm>
25
+
26
<refsynopsisdiv>
27
<synopsis>
28
CLOSE <replaceable class="PARAMETER">name</replaceable>
doc/src/sgml/ref/declare.sgml
-$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 $
<primary>DECLARE</primary>
+ <indexterm zone="sql-declare">
+ <secondary>DECLARE</secondary>
DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]
doc/src/sgml/ref/fetch.sgml
-$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 $
<primary>FETCH</primary>
+ <indexterm zone="sql-fetch">
+ <secondary>FETCH</secondary>
FETCH [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <replaceable class="PARAMETER">cursorname</replaceable>
doc/src/sgml/ref/move.sgml
-$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 $
<primary>MOVE</primary>
+ <indexterm zone="sql-move">
+ <secondary>MOVE</secondary>
MOVE [ <replaceable class="PARAMETER">direction</replaceable> { FROM | IN } ] <replaceable class="PARAMETER">cursorname</replaceable>