From: Tom Lane Date: Wed, 2 Mar 2011 21:11:05 +0000 (-0500) Subject: Add 'collatable' to the Parameters section of CREATE TYPE. X-Git-Tag: REL9_1_ALPHA4~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43bdf3583a9a5912e1800ab140b8ca495ae69d85;p=postgresql Add 'collatable' to the Parameters section of CREATE TYPE. --- 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. + + +