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

Document IS [NOT] OF, which was added in 7.3.

This commit is contained in:
Bruce Momjian
2007-02-20 00:25:05 +00:00
parent 077d753a57
commit 6126d3e70b
2 changed files with 20 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.115 2007/02/06 09:16:07 petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.116 2007/02/20 00:25:05 momjian Exp $ -->
<chapter id="sql-syntax">
<title>SQL Syntax</title>
@@ -847,7 +847,8 @@ SELECT (5 !) - 6;
<row>
<entry><token>IS</token></entry>
<entry></entry>
<entry><literal>IS TRUE</>, <literal>IS FALSE</>, <literal>IS UNKNOWN</>, <literal>IS NULL</></entry>
<entry><literal>IS TRUE</>, <literal>IS FALSE</>, <literal>IS
UNKNOWN</>, <literal>IS NULL</>, <literal>IS OF</></entry>
</row>
<row>