Reported-by: Peter Geoghegan
Discussion: https://postgr.es/m/CAH2-Wz=5aGnkPsLH9u1kZED=M8TKvxX2b9XmgdOe+ePO0KxwcQ@mail.gmail.com
Backpatch-through: 18 only
</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>