From 474875f4438ea0d18f9f4170117bc407e6812515 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 17 Jun 2004 12:41:02 +0000 Subject: [PATCH] The attached patch adds some index entries pointing to the cursor reference pages. Please apply. Alvaro Herrera --- doc/src/sgml/ref/close.sgml | 7 ++++++- doc/src/sgml/ref/declare.sgml | 7 ++++++- doc/src/sgml/ref/fetch.sgml | 7 ++++++- 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 21c5c75800..a165ca3e13 100644 --- a/doc/src/sgml/ref/close.sgml +++ b/doc/src/sgml/ref/close.sgml @@ -1,5 +1,5 @@ @@ -18,6 +18,11 @@ PostgreSQL documentation CLOSE + + cursor + CLOSE + + CLOSE name diff --git a/doc/src/sgml/ref/declare.sgml b/doc/src/sgml/ref/declare.sgml index 5b5960b8cb..ba00d6e29e 100644 --- a/doc/src/sgml/ref/declare.sgml +++ b/doc/src/sgml/ref/declare.sgml @@ -1,5 +1,5 @@ @@ -18,6 +18,11 @@ PostgreSQL documentation DECLARE + + cursor + DECLARE + + DECLARE name [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ] diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index 0b8f5de245..7951970509 100644 --- a/doc/src/sgml/ref/fetch.sgml +++ b/doc/src/sgml/ref/fetch.sgml @@ -1,5 +1,5 @@ @@ -18,6 +18,11 @@ PostgreSQL documentation FETCH + + cursor + FETCH + + FETCH [ direction { FROM | IN } ] cursorname diff --git a/doc/src/sgml/ref/move.sgml b/doc/src/sgml/ref/move.sgml index 33696b550c..f61a504b5f 100644 --- a/doc/src/sgml/ref/move.sgml +++ b/doc/src/sgml/ref/move.sgml @@ -1,5 +1,5 @@ @@ -18,6 +18,11 @@ PostgreSQL documentation MOVE + + cursor + MOVE + + MOVE [ direction { FROM | IN } ] cursorname -- 2.11.0