1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00

doc PG 18 relnotes: update description of skip scan item

Reported-by: Peter Geoghegan

Discussion: https://postgr.es/m/CAH2-Wz=5aGnkPsLH9u1kZED=M8TKvxX2b9XmgdOe+ePO0KxwcQ@mail.gmail.com

Backpatch-through: 18 only
This commit is contained in:
Bruce Momjian
2025-09-18 10:20:16 -04:00
parent 7aecc00b3d
commit b4879afdf5

View File

@@ -607,8 +607,10 @@ Author: Peter Geoghegan <pg@bowt.ie>
</para>
<para>
This allows multi-column btree indexes to be used by queries that
only equality-reference the second or later indexed columns.
This allows multi-column btree indexes to be used in more cases such
as when there are no restrictions on the first or early indexed
columns (or there are non-equality ones), and there are useful
restrictions on later indexed columns.
</para>
</listitem>