projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ace3c7c
)
doc: fix description of backward_scan
author
Andrew Gierth
Thu, 17 May 2018 20:19:57 +0000
(21:19 +0100)
committer
Andrew Gierth
Thu, 17 May 2018 20:19:57 +0000
(21:19 +0100)
The description of the index property backward_scan was incorrect and
misleading; rectify.
Backpatch to 9.6 where the amutils functionality was introduced.
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 29f9e65a88d3f6f2c137ce0188c6248fb2b78c5c..89c5d75a3bbd4e7f7e9dc051ba6b08fe84884fcc 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-16840,7
+16840,9
@@
SELECT pg_type_is_visible('myschema.widget'::regtype);
backward_scan
-
Can the index be scanned backwards?
+
Can the scan direction be changed in mid-scan (to
+ support
FETCH BACKWARD
on a cursor without
+ needing materialization)?