From 8272fc3f7bef43fe0a07913d17ef4ebec82f9d16 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 20 Feb 2007 14:04:50 +0000 Subject: [PATCH] Comment-out documentation for IS OF because it doesn't conform to the ISO SQL behavior. Backpatch removal to 8.2.X. --- doc/src/sgml/func.sgml | 6 +++++- doc/src/sgml/syntax.sgml | 5 ++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 45b70621d7..131b33f215 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -412,6 +412,7 @@ expression must be of Boolean type. + + diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index a9bd06a03e..7bb9c66982 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 -- 2.40.0