mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches.
This commit is contained in:
2
HISTORY
2
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
|
||||
|
Reference in New Issue
Block a user