Comment-out documentation for IS OF because it doesn't conform to the
authorBruce Momjian <bruce@momjian.us>
Tue, 20 Feb 2007 14:05:02 +0000 (14:05 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 20 Feb 2007 14:05:02 +0000 (14:05 +0000)
ISO SQL behavior. Backpatch removal to 8.2.X.

doc/src/sgml/func.sgml
doc/src/sgml/syntax.sgml

index a31b06856d75b158ccb06988634c044e96abb9b3..92a7b5ef4970eb1a3eff16b8ed98dd4788390b89 100644 (file)
     expression must be of Boolean type.
    </para>
  
+<!-- IS OF does not conform to the ISO SQL behavior, so it is undocumented here
    <para>
     <indexterm>
      <primary>IS OF</primary>
 </synopsis>
     They return a boolean value based on whether the expression's data
     type is one of the listed data types.
+   </para>
+-->
+
   </sect1>
 
   <sect1 id="functions-math">
index ea0cb7552c91a4401048f539ac62ab52645855ce..2a8bf2728c065547f0d7b1e5f6176be5d86c268e 100644 (file)
@@ -847,8 +847,7 @@ SELECT (5 !) - 6;
       <row>
        <entry><token>IS</token></entry>
        <entry></entry>
-       <entry><literal>IS TRUE</>, <literal>IS FALSE</>, <literal>IS
-       UNKNOWN</>, <literal>IS NULL</>, <literal>IS OF</></entry>
+       <entry><literal>IS TRUE</>, <literal>IS FALSE</>, <literal>IS UNKNOWN</>, <literal>IS NULL</></entry>
       </row>
 
       <row>