Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches.
authorBruce Momjian <bruce@momjian.us>
Mon, 17 Nov 2003 04:52:03 +0000 (04:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 17 Nov 2003 04:52:03 +0000 (04:52 +0000)
HISTORY
doc/src/sgml/release.sgml

diff --git a/HISTORY b/HISTORY
index ec6f8b11ea6a9c7faeef22ef3cf5cbb09e0fba03..b3fa59382cbc772f4c715479164238513b94ebdf 100644 (file)
--- 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
index bf35d1cd8315387bad0616f04148df8313fe9d14..c452b4f93e5844435062897bfa021660dcac2772 100644 (file)
@@ -22,7 +22,7 @@ $Header$
     <variablelist>
      <varlistentry>
       <term>
-       <literal>IN</literal>/<literal>NOT IN</literal> subqueries are
+       <literal>IN</literal> / <literal>NOT IN</literal> subqueries are
        now much more efficient
       </term>