Skip to content

Commit ee68541

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 aada0a7 commit ee68541

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17366,7 +17366,9 @@ SELECT currval(pg_get_serial_sequence('sometable', 'id'));
1736617366
</row>
1736717367
<row>
1736817368
<entry><literal>backward_scan</literal></entry>
17369-
<entry>Can the index be scanned backwards?
17369+
<entry>Can the scan direction be changed in mid-scan (to
17370+
support <literal>FETCH BACKWARD</literal> on a cursor without
17371+
needing materialization)?
1737017372
</entry>
1737117373
</row>
1737217374
</tbody>

0 commit comments

Comments
 (0)