8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e1d7b commit 56b62cbCopy full SHA for 56b62cb
doc/src/sgml/release-9.2.sgml
@@ -425,7 +425,8 @@
425
</para>
426
427
<para>
428
- This is often called "index-only scans" or "covering indexes".
+ This is often called "index-only scans", a feature which now enables
429
+ the use of indexes with additional columns, or "covering indexes".
430
This is possible for heap pages with exclusively all-visible
431
tuples, as reported by the visibility map. The visibility map was
432
made crash-safe as a necessary part of implementing this feature.
0 commit comments