Skip to content
Snippets Groups Projects
Commit 43bdf358 authored by Tom Lane's avatar Tom Lane
Browse files

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

parent 8436489c
Branches
Tags
No related merge requests found
...@@ -621,6 +621,16 @@ CREATE TYPE <replaceable class="parameter">name</replaceable> ...@@ -621,6 +621,16 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
</para> </para>
</listitem> </listitem>
</varlistentry> </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> </variablelist>
</refsect1> </refsect1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment