From d004507e6e61f89ff8a1c5dbbb00024014aba8ff Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 17 Nov 2003 04:52:03 +0000 Subject: [PATCH] Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches. --- HISTORY | 2 +- doc/src/sgml/release.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index ec6f8b11ea..b3fa59382c 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 bf35d1cd83..c452b4f93e 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -22,7 +22,7 @@ $Header$ - IN/NOT IN subqueries are + IN / NOT IN subqueries are now much more efficient -- 2.39.5