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

Commit 4a9b44d

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 ace3c7c commit 4a9b44d

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
@@ -16840,7 +16840,9 @@ SELECT pg_type_is_visible('myschema.widget'::regtype);
1684016840
</row>
1684116841
<row>
1684216842
<entry><literal>backward_scan</literal></entry>
16843-
<entry>Can the index be scanned backwards?
16843+
<entry>Can the scan direction be changed in mid-scan (to
16844+
support <literal>FETCH BACKWARD</literal> on a cursor without
16845+
needing materialization)?
1684416846
</entry>
1684516847
</row>
1684616848
</tbody>

0 commit comments

Comments
 (0)