Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1ac1526

Browse files
committed
Fix broken markup.
1 parent6e51bce commit1ac1526

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎doc/src/sgml/ref/declare.sgml

Lines changed: 6 additions & 5 deletions
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/1219:02:15 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.36 2006/02/1220: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)

[8]ページ先頭

©2009-2025 Movatter.jp