mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Small correction to BRIN docs
Replace incorrect word "index" with "heap" Takayuki Tsunakawa
This commit is contained in:
@ -63,7 +63,7 @@
|
|||||||
<title>Index Maintenance</title>
|
<title>Index Maintenance</title>
|
||||||
|
|
||||||
<para>
|
<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
|
summary index tuple is created for each range, including the
|
||||||
possibly-incomplete range at the end.
|
possibly-incomplete range at the end.
|
||||||
As new pages are filled with data, page ranges that are already
|
As new pages are filled with data, page ranges that are already
|
||||||
|
Reference in New Issue
Block a user