Commit 43bdf358 authored by Tom Lane's avatar Tom Lane

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

parent 8436489c
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment