Add 'collatable' to the Parameters section of CREATE TYPE.
authorTom Lane
Wed, 2 Mar 2011 21:11:05 +0000 (16:11 -0500)
committerTom Lane
Wed, 2 Mar 2011 21:11:24 +0000 (16:11 -0500)
doc/src/sgml/ref/create_type.sgml

index 805fc2cf76051a996e580eb5870ca466305df043..f5527d8981bcb85df1ea9f23dad17be4d9526602 100644 (file)
@@ -621,6 +621,16 @@ CREATE TYPE name
      
     
    
+
+   
+    collatable
+    
+     
+      True if this type's operations can use collation information.
+      The default is false.
+     
+    
+