diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 45b70621d7a75ac67f6cb5e4a16edaa25885ffb1..131b33f2152d7f8cb51483a311b035cf12138383 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -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>
@@ -412,6 +412,7 @@
     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>
@@ -427,6 +428,9 @@
 </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">
diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml
index a9bd06a03ee310f3e6fa027c84214d8140e4dba8..7bb9c669820303f5bdca93c7c54ccf54954d1edd 100644
--- a/doc/src/sgml/syntax.sgml
+++ b/doc/src/sgml/syntax.sgml
@@ -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>