Add 'collatable' to the Parameters section of CREATE TYPE.

This commit is contained in:
Tom Lane 2011-03-02 16:11:05 -05:00
parent 8436489c81
commit 43bdf3583a

View File

@ -621,6 +621,16 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><replaceable class="parameter">collatable</replaceable></term>
<listitem>
<para>
True if this type's operations can use collation information.
The default is false.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>