aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-02-12 21:13:00 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-02-12 21:13:00 +0000
commitb71e2bb122cd660fd67868ff06b9d3b57d227237 (patch)
treea331a52cba0abe2f3fbaec3a4dad8c04f132fb7e
parent68f34bf281048321d6b70abc1a96514c4b4669ae (diff)
downloadpostgresql-b71e2bb122cd660fd67868ff06b9d3b57d227237.tar.gz
postgresql-b71e2bb122cd660fd67868ff06b9d3b57d227237.zip
Fix broken markup.
-rw-r--r--doc/src/sgml/ref/declare.sgml11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/declare.sgml b/doc/src/sgml/ref/declare.sgml
index fd7a682917d..ee94d41d6ff 100644
--- a/doc/src/sgml/ref/declare.sgml
+++ b/doc/src/sgml/ref/declare.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.33.6.1 2006/02/12 19:02:28 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.33.6.2 2006/02/12 21:13:00 tgl Exp $
PostgreSQL documentation
-->
@@ -130,8 +130,9 @@ DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITI
a performance penalty on the query's execution time.
<literal>NO SCROLL</literal> specifies that the cursor cannot be
used to retrieve rows in a nonsequential fashion. The default is to
- allow scrolling, but this is not the same as specifying
- <literal>SCROLL</literal>. See <xref linkend="notes"> for more details.
+ allow scrolling in some cases; this is not the same as specifying
+ <literal>SCROLL</literal>. See <xref linkend="sql-declare-notes"
+ endterm="sql-declare-notes-title"> for details.
</para>
</listitem>
</varlistentry>
@@ -200,8 +201,8 @@ DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITI
</para>
</refsect1>
- <refsect1 id="notes">
- <title>Notes</title>
+ <refsect1 id="sql-declare-notes">
+ <title id="sql-declare-notes-title">Notes</title>
<para>
Unless <literal>WITH HOLD</literal> is specified, the cursor