File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed
Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.341 2006/09/28 20:51:41 tgl Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.342 2006/09/29 18:36:45 tgl Exp $ -->
22
33 <chapter id="functions">
44 <title>Functions and Operators</title>
@@ -8829,14 +8829,6 @@ SELECT col1 FROM tab1
88298829 <primary>IS NOT DISTINCT FROM</primary>
88308830 </indexterm>
88318831
8832- <indexterm>
8833- <primary>IS NULL</primary>
8834- </indexterm>
8835-
8836- <indexterm>
8837- <primary>IS NOT NULL</primary>
8838- </indexterm>
8839-
88408832 <para>
88418833 This section describes several specialized constructs for making
88428834 multiple comparisons between groups of values. These forms are
@@ -9072,16 +9064,6 @@ AND
90729064 be either true or false, never null.
90739065 </para>
90749066
9075- <synopsis>
9076- <replaceable>row_constructor</replaceable> IS NULL
9077- <replaceable>row_constructor</replaceable> IS NOT NULL
9078- </synopsis>
9079-
9080- <para>
9081- These constructs test a row value for null or not null. A row value
9082- is considered not null if it has at least one field that is not null.
9083- </para>
9084-
90859067 </sect2>
90869068 </sect1>
90879069
You can’t perform that action at this time.
0 commit comments