diff options
author | Peter Geoghegan <pg@bowt.ie> | 2021-03-10 22:10:36 -0800 |
---|---|---|
committer | Peter Geoghegan <pg@bowt.ie> | 2021-03-10 22:10:36 -0800 |
commit | 3f0daeb02f8dd605f89de9aa2349137c09cc7fb4 (patch) | |
tree | 5c9ac3344d4ac461b4840e08154506070c979520 /doc/src | |
parent | 049d9b872db8a24b45709dbaed9a1051e92ed513 (diff) | |
download | postgresql-3f0daeb02f8dd605f89de9aa2349137c09cc7fb4.tar.gz postgresql-3f0daeb02f8dd605f89de9aa2349137c09cc7fb4.zip |
Doc: B-Tree only has one additional parameter.
Oversight in commit 9f3665fb.
Backpatch: 13-, just like commit 9f3665fb.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/create_index.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index bc57adf7d59..682af4bbe4f 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -425,7 +425,7 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] <replaceable class= </variablelist> <para> - B-tree indexes also accept these parameters: + B-tree indexes additionally accept this parameter: </para> <variablelist> |