Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79172a5

Browse filesBrowse files
committed
Document BRIN's pages_per_range in CREATE INDEX
Author: Michael Paquier
1 parent 155c0f2 commit 79172a5
Copy full SHA for 79172a5

File tree

Expand file treeCollapse file tree

1 file changed

+17
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+17
-0
lines changed

‎doc/src/sgml/ref/create_index.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/ref/create_index.sgml
+17Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,23 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] <replaceable class=
380380
</listitem>
381381
</varlistentry>
382382
</variablelist>
383+
384+
<para>
385+
<acronym>BRIN</> indexes accept a different parameter:
386+
</para>
387+
388+
<variablelist>
389+
<varlistentry>
390+
<term><literal>pages_per_range</></term>
391+
<listitem>
392+
<para>
393+
Defines the number of table blocks that make up one block range for
394+
each entry of a <acronym>BRIN</> index (see <xref linkend="brin-intro">
395+
for more details). The default is <literal>128</>.
396+
</para>
397+
</listitem>
398+
</varlistentry>
399+
</variablelist>
383400
</refsect2>
384401

385402
<refsect2 id="SQL-CREATEINDEX-CONCURRENTLY">

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.