From dbbb55385cf5eb75837eb3eb7ca1f14e2beb5a63 Mon Sep 17 00:00:00 2001 From: Peter Geoghegan Date: Tue, 17 Mar 2020 15:53:05 -0700 Subject: [PATCH] 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. --- doc/src/sgml/ref/create_index.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index 05bda6f11d..f0fe6fb874 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -399,7 +399,7 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] - + deduplicate_items (boolean) deduplicate_items storage parameter