mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
doc: fix description of backward_scan
The description of the index property backward_scan was incorrect and misleading; rectify. Backpatch to 9.6 where the amutils functionality was introduced.
This commit is contained in:
parent
ace3c7cc05
commit
4a9b44d3c0
@ -16840,7 +16840,9 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
|
||||
</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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user