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 e1785d8 commit 1b30571Copy full SHA for 1b30571
doc/src/sgml/ref/create_index.sgml
@@ -148,6 +148,18 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] <replaceable class=
148
</listitem>
149
</varlistentry>
150
151
+ <varlistentry>
152
+ <term><literal>USING</literal></term>
153
+ <listitem>
154
+ <para>
155
+ The optional <literal>USING</literal> clause specifies an index
156
+ type as described in <xref linkend="indexes-types"/>. If not
157
+ specified, a default index type will be used based on the
158
+ data types of the columns.
159
+ </para>
160
+ </listitem>
161
+ </varlistentry>
162
+
163
<varlistentry>
164
<term><literal>INCLUDE</literal></term>
165
<listitem>
0 commit comments