summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-11-17 04:50:56 +0000
committerBruce Momjian <bruce@momjian.us>2003-11-17 04:50:56 +0000
commit6a04c571d414a5124a1c95147986c9c9c8f285ac (patch)
tree0e27fbb0bd40a0145936889952379b78ab9e883b /HISTORY
parent1acc65787ac6f3d106a530194e03af76f6963a41 (diff)
downloadpostgresql-6a04c571d414a5124a1c95147986c9c9c8f285ac.tar.gz
Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 1 insertions, 1 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