projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6e1d7b
)
Clarify description of covering indexes in release notes
author
Simon Riggs
<simon@2ndQuadrant.com>
Fri, 1 Jun 2012 10:35:27 +0000
(11:35 +0100)
committer
Simon Riggs
<simon@2ndQuadrant.com>
Fri, 1 Jun 2012 10:35:27 +0000
(11:35 +0100)
doc/src/sgml/release-9.2.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-9.2.sgml
b/doc/src/sgml/release-9.2.sgml
index a842d448e9ebe510e17f20af2f6492c592633408..ce368e90988636be92baf9a3733cfab437b6a3fa 100644
(file)
--- a/
doc/src/sgml/release-9.2.sgml
+++ b/
doc/src/sgml/release-9.2.sgml
@@
-425,7
+425,8
@@
</para>
<para>
- This is often called "index-only scans" or "covering indexes".
+ This is often called "index-only scans", a feature which now enables
+ the use of indexes with additional columns, or "covering indexes".
This is possible for heap pages with exclusively all-visible
tuples, as reported by the visibility map. The visibility map was
made crash-safe as a necessary part of implementing this feature.