]> granicus.if.org Git - postgresql/commitdiff
Comment-out documentation for IS OF because it doesn't conform to the
authorBruce Momjian <bruce@momjian.us>
Tue, 20 Feb 2007 14:04:50 +0000 (14:04 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 20 Feb 2007 14:04:50 +0000 (14:04 +0000)
ISO SQL behavior. Backpatch removal to 8.2.X.

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

index 45b70621d7a75ac67f6cb5e4a16edaa25885ffb1..131b33f2152d7f8cb51483a311b035cf12138383 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.366 2007/02/20 00:25:05 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.367 2007/02/20 14:04:50 momjian Exp $ -->
 
  <chapter id="functions">
   <title>Functions and Operators</title>
     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 a9bd06a03ee310f3e6fa027c84214d8140e4dba8..7bb9c669820303f5bdca93c7c54ccf54954d1edd 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.116 2007/02/20 00:25:05 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.117 2007/02/20 14:04:50 momjian Exp $ -->
 
 <chapter id="sql-syntax">
  <title>SQL Syntax</title>
@@ -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>