Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit93f6c63

Browse files
committed
doc: fix description of backward_scan
The description of the index property backward_scan was incorrect andmisleading; rectify.Backpatch to 9.6 where the amutils functionality was introduced.
1 parent91ff29f commit93f6c63

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
@@ -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)

[8]ページ先頭

©2009-2025 Movatter.jp