index f43e08f970df4390e922137805de3dd39aad2ce1..40e25f99add07ff855ac45ef619c8010c1b9e045 100644 (file)
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.34 2006年01月18日 06:49:26 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/declare.sgml,v 1.35 2006年02月12日 19:02:15 momjian Exp $
PostgreSQL documentation
-->
@@ -129,7 +129,9 @@ DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITI
execution plan, specifying <literal>SCROLL</literal> may impose
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.
+ 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.
</para>
</listitem>
</varlistentry>
@@ -198,7 +200,7 @@ DECLARE <replaceable class="parameter">name</replaceable> [ BINARY ] [ INSENSITI
</para>
</refsect1>
- <refsect1>
+ <refsect1 id="notes">
<title>Notes</title>
<para>