1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Comment-out documentation for IS OF because it doesn't conform to the

ISO SQL behavior. Backpatch removal to 8.2.X.
This commit is contained in:
Bruce Momjian
2007-02-20 14:04:50 +00:00
parent 28b96f2a30
commit 8272fc3f7b
2 changed files with 7 additions and 4 deletions

View 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>