projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1acc657
)
Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches.
author
Bruce Momjian
Mon, 17 Nov 2003 04:50:56 +0000
(
04:50
+0000)
committer
Bruce Momjian
Mon, 17 Nov 2003 04:50:56 +0000
(
04:50
+0000)
HISTORY
patch
|
blob
|
blame
|
history
doc/src/sgml/release.sgml
patch
|
blob
|
blame
|
history
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
diff --git
a/doc/src/sgml/release.sgml
b/doc/src/sgml/release.sgml
index f096e7f11ef3c5a39f1d72d5387d417276ffeccc..e262780e10f8dd328407ff17109ce513ffcbceaa 100644
(file)
--- 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.243 2003/11/16 03:23:48 tg
-
IN
/
NOT IN
subqueries are
+
IN
/
NOT IN
subqueries are
now much more efficient