mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +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
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.7 2003/11/16 03:23:57 tgl Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.8 2003/11/17 04:52:03 momjian Exp $
|
||||
-->
|
||||
|
||||
<appendix id="release">
|
||||
@ -22,7 +22,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.7 2003/11/16 03:23:5
|
||||
<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>
|
||||
|
||||
|
Reference in New Issue
Block a user