From: Bruce Momjian Date: Mon, 17 Nov 2003 04:52:03 +0000 (+0000) Subject: Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches. X-Git-Tag: REL7_4_1~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84fd77d782b618868c86b1815a86908c30ea0328;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 58d0662ca6a..32e6ddcd0a7 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.235.2.7 2003/11/16 03:23:5 - IN/NOT IN subqueries are + IN / NOT IN subqueries are now much more efficient