Thanks to visit codestin.com Credit goes to github.com
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 39efe0b commit 3a3c9bdCopy full SHA for 3a3c9bd
doc/src/sgml/ref/create_index.sgml
@@ -143,6 +143,18 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] <replaceable class=
143
</listitem>
144
</varlistentry>
145
146
+ <varlistentry>
147
+ <term><literal>USING</literal></term>
148
+ <listitem>
149
+ <para>
150
+ The optional <literal>USING</literal> clause specifies an index
151
+ type as described in <xref linkend="indexes-types">. If not
152
+ specified, a default index type will be used based on the
153
+ data types of the columns.
154
+ </para>
155
+ </listitem>
156
+ </varlistentry>
157
+
158
<varlistentry>
159
<term><replaceable class="parameter">name</replaceable></term>
160
<listitem>
0 commit comments