Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 673a573

Browse files
committed
Remove duplicate (and now incorrect) documentation for row-wise IS [NOT]
NULL. Noted by Teodor.
1 parent f213131 commit 673a573

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)