Index: doc/src/sgml/ref/declare.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/declare.sgml,v
retrieving revision 1.34
diff -u -r1.34 declare.sgml
--- doc/src/sgml/ref/declare.sgml 18 Jan 2006 06:49:26 -0000 1.34
+++ doc/src/sgml/ref/declare.sgml 12 Feb 2006 05:21:30 -0000
@@ -129,7 +129,9 @@
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 @@
-
+
Notes