mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Add 'collatable' to the Parameters section of CREATE TYPE.
This commit is contained in:
parent
8436489c81
commit
43bdf3583a
@ -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…
Reference in New Issue
Block a user