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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=474875f4438ea0d18f9f4170117bc407e6812515;p=postgresql 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 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