8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79e626 commit 5d499daCopy full SHA for 5d499da
doc/src/sgml/ref/create_index.sgml
@@ -149,6 +149,18 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] <replaceable class=
149
</listitem>
150
</varlistentry>
151
152
+ <varlistentry>
153
+ <term><literal>USING</literal></term>
154
+ <listitem>
155
+ <para>
156
+ The optional <literal>USING</literal> clause specifies an index
157
+ type as described in <xref linkend="indexes-types"/>. If not
158
+ specified, a default index type will be used based on the
159
+ data types of the columns.
160
+ </para>
161
+ </listitem>
162
+ </varlistentry>
163
+
164
<varlistentry>
165
<term><literal>INCLUDE</literal></term>
166
<listitem>
0 commit comments