diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml index 805fc2cf760..f5527d8981b 100644 --- a/doc/src/sgml/ref/create_type.sgml +++ b/doc/src/sgml/ref/create_type.sgml @@ -621,6 +621,16 @@ CREATE TYPE name + + + collatable + + + True if this type's operations can use collation information. + The default is false. + + +