projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1785d8
)
doc: document the CREATE INDEX "USING" clause
author
Bruce Momjian
Fri, 12 Aug 2022 15:26:03 +0000
(11:26 -0400)
committer
Bruce Momjian
Fri, 12 Aug 2022 15:26:03 +0000
(11:26 -0400)
Somehow this was in the syntax but had no description.
Reported-by:
[email protected]
Discussion: https://postgr.es/m/
164228771825
.31954.
2719791849363756957
@wrigleys.postgresql.org
Backpatch-through: 10
doc/src/sgml/ref/create_index.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_index.sgml
b/doc/src/sgml/ref/create_index.sgml
index f58c2c834086f27dc35e387189bcefcbb6a01d93..dd468717b5c8f158b3ed52933036e80f0406adaa 100644
(file)
--- a/
doc/src/sgml/ref/create_index.sgml
+++ b/
doc/src/sgml/ref/create_index.sgml
@@
-148,6
+148,18
@@
CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ]
+
+
USING
+
+
+ The optional
USING
clause specifies an index
+ type as described in
. If not
+ specified, a default index type will be used based on the
+ data types of the columns.
+
+
+
+
INCLUDE