Skip to content

Commit 43bdf35

Browse files
committed
Add 'collatable' to the Parameters section of CREATE TYPE.
1 parent 8436489 commit 43bdf35

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/src/sgml/ref/create_type.sgml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,16 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
621621
</para>
622622
</listitem>
623623
</varlistentry>
624+
625+
<varlistentry>
626+
<term><replaceable class="parameter">collatable</replaceable></term>
627+
<listitem>
628+
<para>
629+
True if this type's operations can use collation information.
630+
The default is false.
631+
</para>
632+
</listitem>
633+
</varlistentry>
624634
</variablelist>
625635
</refsect1>
626636

0 commit comments

Comments
 (0)