mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
The attached patch adds some index entries pointing to the cursor
reference pages. Please apply. Alvaro Herrera
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$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 $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -18,6 +18,11 @@ PostgreSQL documentation
|
||||
<primary>DECLARE</primary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm zone="sql-declare">
|
||||
<primary>cursor</primary>
|
||||
<secondary>DECLARE</secondary>
|
||||
</indexterm>
|
||||
|
||||
<refsynopsisdiv>
|
||||
<synopsis>
|
||||
DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]
|
||||
|
Reference in New Issue
Block a user