> Actually, if you submit a patch that says either "SCROLL is the

Bruce Momjian <bruce@momjian.us>

Commit: a22873a19ef62085dbd93ea4fa992c49a2be5e30
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-02-12T19:02:28Z
Releases: 8.1.3
> Actually, if you submit a patch that says either "SCROLL is the
default"
> or "NO SCROLL is the default", it will be rejected as incorrect.  The
> reason is that the default behavior is different from either of these,
> as is explained in the NOTES section.

Ok, so *that's* where the bit about the query plan being simple enough.
Based on that, ISTM that it should be premissable for us to decide that
a cursor requiring a sort isn't "simple enough" to support SCROLL.

In any case, here's a patch that makes the non-standard behavior easier
for people to find.

Jim C. Nasby

Files

PathChange+/−
doc/src/sgml/ref/declare.sgml modified +5 −3