1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

The attached patch adds some index entries pointing to the cursor

reference pages.  Please apply.

Alvaro Herrera
This commit is contained in:
Bruce Momjian
2004-06-17 12:41:02 +00:00
parent 5f3edded81
commit 474875f443
4 changed files with 24 additions and 4 deletions

View File

@@ -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>