doc: document the CREATE INDEX "USING" clause
Somehow this was in the syntax but had no description. Reported-by: robertcorrington@gmail.com Discussion: https://postgr.es/m/164228771825.31954.2719791849363756957@wrigleys.postgresql.org Backpatch-through: 10
This commit is contained in:
parent
ff48a0c80e
commit
e6f7892914
@ -148,6 +148,18 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] <replaceable class=
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><literal>USING</literal></term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
The optional <literal>USING</literal> clause specifies an index
|
||||||
|
type as described in <xref linkend="indexes-types"/>. If not
|
||||||
|
specified, a default index type will be used based on the
|
||||||
|
data types of the columns.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal>INCLUDE</literal></term>
|
<term><literal>INCLUDE</literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user