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

pull/1/head
Tom Lane 15 years ago
parent 8436489c81
commit 43bdf3583a
  1. 10
      doc/src/sgml/ref/create_type.sgml

@ -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>

Loading…
Cancel
Save