OSDN Git Service

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 805fc2c..f5527d8 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>