projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aada0a7
)
doc: fix description of backward_scan
author
Andrew Gierth
Thu, 17 May 2018 20:23:01 +0000
(21:23 +0100)
committer
Andrew Gierth
Thu, 17 May 2018 20:23:01 +0000
(21:23 +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 21d22869e84f607913ec0899afa4b7cc93c92753..d9aa7c960728d548c519659dacfd83a4a861a47d 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-17366,7
+17366,9
@@
SELECT currval(pg_get_serial_sequence('sometable', 'id'));
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)?