From: Bruce Momjian Date: Thu, 17 Jun 2004 12:41:02 +0000 (+0000) Subject: The attached patch adds some index entries pointing to the cursor X-Git-Tag: REL8_0_0BETA1~349 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=474875f4438ea0d18f9f4170117bc407e6812515;p=thirdparty%2Fpostgresql.git The attached patch adds some index entries pointing to the cursor reference pages. Please apply. Alvaro Herrera --- 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 @@ @@ -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 5b5960b8cb2..ba00d6e29e6 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 0b8f5de2453..79519705094 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 33696b550c9..f61a504b5f3 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