From: Bruce Momjian Date: Tue, 20 Feb 2007 14:05:02 +0000 (+0000) Subject: Comment-out documentation for IS OF because it doesn't conform to the X-Git-Tag: REL8_2_4~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7194ab3f55b928852b166e23318378fdb2a6b418;p=thirdparty%2Fpostgresql.git Comment-out documentation for IS OF because it doesn't conform to the ISO SQL behavior. Backpatch removal to 8.2.X. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index f125f376883..431e0c10fa8 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -411,22 +411,6 @@ IS NOT NULL, respectively, except that the input expression must be of Boolean type. - - - - IS OF - - - IS NOT OF - - It is possible to check the data type of an expression using the - constructs - -expression IS OF (typename, ...) -expression IS NOT OF (typename, ...) - - They return a boolean value based on whether the expression's data - type is one of the listed data types. diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index fb064151b30..760a76b5b82 100644 --- a/doc/src/sgml/syntax.sgml +++ b/doc/src/sgml/syntax.sgml @@ -1,4 +1,4 @@ - + SQL Syntax @@ -847,8 +847,7 @@ SELECT (5 !) - 6; IS - IS TRUE, IS FALSE, IS - UNKNOWN, IS NULL, IS OF + IS TRUE, IS FALSE, IS UNKNOWN, IS NULL