From: Bruce Momjian Date: Mon, 17 Nov 2003 04:50:56 +0000 (+0000) Subject: Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches. X-Git-Tag: REL8_0_0BETA1~1664 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a04c571d414a5124a1c95147986c9c9c8f285ac;p=thirdparty%2Fpostgresql.git Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches. --- diff --git a/HISTORY b/HISTORY index ec6f8b11ea6..b3fa59382cb 100644 --- a/HISTORY +++ b/HISTORY @@ -10,7 +10,7 @@ Major changes in this release: - IN/NOT IN subqueries are now much more efficient + IN / NOT IN subqueries are now much more efficient In previous releases, IN/NOT IN subqueries were joined to the upper query by sequentially scanning the subquery looking for a match. The 7.4 code uses the same sophisticated techniques used diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index f096e7f11ef..e262780e10f 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -22,7 +22,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.243 2003/11/16 03:23:48 tg - IN/NOT IN subqueries are + IN / NOT IN subqueries are now much more efficient