projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91ff29f
)
doc: fix description of backward_scan
author
Andrew Gierth
<
[email protected]
>
Thu, 17 May 2018 20:23:48 +0000
(21:23 +0100)
committer
Andrew Gierth
<
[email protected]
>
Thu, 17 May 2018 20:23:48 +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 53a40ddeecfea588ec6bbc6488943e56e674d443..b851fe023a72dc65f031fed9ded0647c0d9277f0 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-17519,7
+17519,9
@@
SELECT currval(pg_get_serial_sequence('sometable', 'id'));
</row>
<row>
<entry><literal>backward_scan</literal></entry>
- <entry>Can the index be scanned backwards?
+ <entry>Can the scan direction be changed in mid-scan (to
+ support <literal>FETCH BACKWARD</literal> on a cursor without
+ needing materialization)?
</entry>
</row>
</tbody>