Small correction to BRIN docs

Replace incorrect word "index" with "heap"

Takayuki Tsunakawa
pull/17/merge
Simon Riggs 9 years ago
parent 1c073505e8
commit 0bf41dd190
  1. 2
      doc/src/sgml/brin.sgml

@ -63,7 +63,7 @@
<title>Index Maintenance</title>
<para>
At the time of creation, all existing index pages are scanned and a
At the time of creation, all existing heap pages are scanned and a
summary index tuple is created for each range, including the
possibly-incomplete range at the end.
As new pages are filled with data, page ranges that are already

Loading…
Cancel
Save