|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.35 2006/02/1219:02:15 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.36 2006/02/1220:31:58 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -130,8 +130,9 @@ DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITI
|
130 | 130 | a performance penalty on the query's execution time.
|
131 | 131 | <literal>NO SCROLL</literal> specifies that the cursor cannot be
|
132 | 132 | used to retrieve rows in a nonsequential fashion. The default is to
|
133 |
| - allow scrolling, but this is not the same as specifying |
134 |
| - <literal>SCROLL</literal>. See <xref linkend="notes"> for more details. |
| 133 | + allow scrolling in some cases; this is not the same as specifying |
| 134 | + <literal>SCROLL</literal>. See <xref linkend="sql-declare-notes" |
| 135 | + endterm="sql-declare-notes-title"> for details. |
135 | 136 | </para>
|
136 | 137 | </listitem>
|
137 | 138 | </varlistentry>
|
@@ -200,8 +201,8 @@ DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITI
|
200 | 201 | </para>
|
201 | 202 | </refsect1>
|
202 | 203 |
|
203 |
| - <refsect1 id="notes"> |
204 |
| - <title>Notes</title> |
| 204 | + <refsect1 id="sql-declare-notes"> |
| 205 | + <title id="sql-declare-notes-title">Notes</title> |
205 | 206 |
|
206 | 207 | <para>
|
207 | 208 | Unless <literal>WITH HOLD</literal> is specified, the cursor
|
|