From 43bdf3583a9a5912e1800ab140b8ca495ae69d85 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
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 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 <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>
 
-- 
GitLab