diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml
index aea8fe70c1d..f7d185b4528 100644
--- a/doc/src/sgml/release-9.2.sgml
+++ b/doc/src/sgml/release-9.2.sgml
@@ -404,6 +404,7 @@
+ This is often called "index-only scans" or "covering indexes".
This is possible for heap pages with exclusively all-visible
tuples, as reported by the visibility map.
@@ -426,7 +427,7 @@
- Reduce overhead of creating virtual transaction id locks ((Robert
+ Reduce overhead of creating virtual transaction id locks (Robert
Haas, Jeff Davis)