Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c2ce02

Browse files
committed
Document in release notes that NOT IN is only for NOT EXIST clauses.
Andrew Gierth
1 parent 3da3640 commit 3c2ce02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/release.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.609 2009/03/27 19:17:11 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.610 2009/03/27 22:39:42 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -421,8 +421,8 @@ do it for earlier branch release files.
421421

422422
<para>
423423
While semi-joins merely replace existing IN joins, anti-joins
424-
are a new capability for NOT IN and NOT EXISTS clauses (Tom)
425-
This improves optimization possibilities.
424+
are a new capability for NOT EXISTS clauses (Tom) This improves
425+
optimization possibilities.
426426
</para>
427427
</listitem>
428428

0 commit comments

Comments
 (0)