1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

doc PG 18 relnotes: clarify btree skip-scan item

Reported-by: Peter Geoghegan

Discussion: https://postgr.es/m/CAH2-Wzko57+sT=FcxHHo7jnPLhh35up_5aAvogLtj_D9bATsgQ@mail.gmail.com
This commit is contained in:
Bruce Momjian
2025-05-23 17:02:10 -04:00
parent a8f093234d
commit 44ce4e1593

View File

@ -469,8 +469,8 @@ Allow skip scans of btree indexes (Peter Geoghegan)
</para>
<para>
This allows muti-column btree indexes to be used by queries that only
reference the second or later indexed columns.
This allows multi-column btree indexes to be used by queries that only
equality-reference the second or later indexed columns.
</para>
</listitem>