Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dbbb553

Browse files
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 0d861bb.
1 parent 77ec5af commit dbbb553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/create_index.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] <replaceable class=
399399
</para>
400400

401401
<variablelist>
402-
<varlistentry id="index-reloption-deduplication" xreflabel="deduplicate_items">
402+
<varlistentry id="index-reloption-deduplicate-items" xreflabel="deduplicate_items">
403403
<term><literal>deduplicate_items</literal> (<type>boolean</type>)
404404
<indexterm>
405405
<primary><varname>deduplicate_items</varname> storage parameter</primary>

0 commit comments

Comments
 (0)