Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1ac1526

Browse files
committed
Fix broken markup.
1 parent 6e51bce commit 1ac1526

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/src/sgml/ref/declare.sgml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.35 2006/02/12 19:02:15 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.36 2006/02/12 20:31:58 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -130,8 +130,9 @@ DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITI
130130
a performance penalty on the query's execution time.
131131
<literal>NO SCROLL</literal> specifies that the cursor cannot be
132132
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.
135136
</para>
136137
</listitem>
137138
</varlistentry>
@@ -200,8 +201,8 @@ DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITI
200201
</para>
201202
</refsect1>
202203

203-
<refsect1 id="notes">
204-
<title>Notes</title>
204+
<refsect1 id="sql-declare-notes">
205+
<title id="sql-declare-notes-title">Notes</title>
205206

206207
<para>
207208
Unless <literal>WITH HOLD</literal> is specified, the cursor

0 commit comments

Comments
 (0)