Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 93f6c63

Browse files
committed
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.
1 parent 91ff29f commit 93f6c63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/func.sgml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17519,7 +17519,9 @@ SELECT currval(pg_get_serial_sequence('sometable', 'id'));
1751917519
</row>
1752017520
<row>
1752117521
<entry><literal>backward_scan</literal></entry>
17522-
<entry>Can the index be scanned backwards?
17522+
<entry>Can the scan direction be changed in mid-scan (to
17523+
support <literal>FETCH BACKWARD</literal> on a cursor without
17524+
needing materialization)?
1752317525
</entry>
1752417526
</row>
1752517527
</tbody>

0 commit comments

Comments
 (0)