From 43bdf3583a9a5912e1800ab140b8ca495ae69d85 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 2 Mar 2011 16:11:05 -0500 Subject: [PATCH] Add 'collatable' to the Parameters section of CREATE TYPE. --- doc/src/sgml/ref/create_type.sgml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml index 805fc2cf76..f5527d8981 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. + + + -- 2.40.0