diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-11-17 04:50:56 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-11-17 04:50:56 +0000 |
commit | 6a04c571d414a5124a1c95147986c9c9c8f285ac (patch) | |
tree | 0e27fbb0bd40a0145936889952379b78ab9e883b /HISTORY | |
parent | 1acc65787ac6f3d106a530194e03af76f6963a41 (diff) | |
download | postgresql-6a04c571d414a5124a1c95147986c9c9c8f285ac.tar.gz |
Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |