mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Add 'collatable' to the Parameters section of CREATE TYPE.
This commit is contained in:
parent
8436489c81
commit
43bdf3583a
1 changed files with 10 additions and 0 deletions
|
|
@ -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 a new issue