mirror of
https://github.com/postgres/postgres.git
synced 2026-03-07 15:50:44 -05: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:
parent
7aecc00b3d
commit
b4879afdf5
1 changed files with 4 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue