diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2017-02-21 09:07:15 +0000 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2017-02-21 09:07:15 +0000 |
commit | 0bf41dd1908a0c05833168b9972e1c52cb7547b7 (patch) | |
tree | 307b813d8b79e950eb0b80e2a42224947ec3d24f | |
parent | 1c073505e8e4fa8a03312fea714da25ab83cb5fa (diff) | |
download | postgresql-0bf41dd1908a0c05833168b9972e1c52cb7547b7.tar.gz postgresql-0bf41dd1908a0c05833168b9972e1c52cb7547b7.zip |
Small correction to BRIN docs
Replace incorrect word "index" with "heap"
Takayuki Tsunakawa
-rw-r--r-- | doc/src/sgml/brin.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml index f51928513ce..6448b18e465 100644 --- a/doc/src/sgml/brin.sgml +++ b/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 |