diff --git a/doc/src/sgml/ref/declare.sgml b/doc/src/sgml/ref/declare.sgml
index f43e08f970d..40e25f99add 100644
--- a/doc/src/sgml/ref/declare.sgml
+++ b/doc/src/sgml/ref/declare.sgml
@@ -1,5 +1,5 @@
@@ -129,7 +129,9 @@ DECLARE name [ BINARY ] [ INSENSITI
execution plan, specifying SCROLL may impose
a performance penalty on the query's execution time.
NO SCROLL 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
+ SCROLL. See for more details.
@@ -198,7 +200,7 @@ DECLARE name [ BINARY ] [ INSENSITI
-
+
Notes