mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 18:25:17 -05:00
Doc: Correct deduplicate_items varlistentry id.
Use a varlistentry id for the deduplicate_items storage parameter that
is derived from the name of the parameter itself.
This oversight happened because the storage parameter was renamed
relatively late during the development of the patch that became commit
0d861bbb.
This commit is contained in:
parent
77ec5affbc
commit
dbbb55385c
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] <replaceable class=
|
|||
</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry id="index-reloption-deduplication" xreflabel="deduplicate_items">
|
||||
<varlistentry id="index-reloption-deduplicate-items" xreflabel="deduplicate_items">
|
||||
<term><literal>deduplicate_items</literal> (<type>boolean</type>)
|
||||
<indexterm>
|
||||
<primary><varname>deduplicate_items</varname> storage parameter</primary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue