]> granicus.if.org Git - postgresql/commitdiff
Add 'collatable' to the Parameters section of CREATE TYPE.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Mar 2011 21:11:05 +0000 (16:11 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
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 <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>