diff options
author | Peter Geoghegan <pg@bowt.ie> | 2020-02-27 09:32:34 -0800 |
---|---|---|
committer | Peter Geoghegan <pg@bowt.ie> | 2020-02-27 09:32:34 -0800 |
commit | e537aed61db767745b614600be15cd19bb581330 (patch) | |
tree | 14c1333bfe2895bfe9efb69ecf3f6d7bbfc3be61 | |
parent | b9b408c487244ef8e6d613d183c56eb2c62990b1 (diff) | |
download | postgresql-e537aed61db767745b614600be15cd19bb581330.tar.gz postgresql-e537aed61db767745b614600be15cd19bb581330.zip |
Doc: Fix deduplicate_items index term.
Reported-By: Fujii Masao
Discussion: https://postgr.es/m/18f07ae8-7d89-537c-b0a9-54100a1b46da@oss.nttdata.com
-rw-r--r-- | doc/src/sgml/ref/create_index.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index a05e2e6b9ca..71f2bdb32d7 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -402,8 +402,7 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] <replaceable class= <varlistentry id="index-reloption-deduplication" xreflabel="deduplicate_items"> <term><literal>deduplicate_items</literal> <indexterm> - <primary><varname>deduplicate_items</varname></primary> - <secondary>storage parameter</secondary> + <primary><varname>deduplicate_items</varname> storage parameter</primary> </indexterm> </term> <listitem> |