Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6a04c57

Browse files
committed
Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches.
1 parent 1acc657 commit 6a04c57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HISTORY

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Major changes in this release:
1212

13-
IN/NOT IN subqueries are now much more efficient
13+
IN / NOT IN subqueries are now much more efficient
1414
In previous releases, IN/NOT IN subqueries were joined to the
1515
upper query by sequentially scanning the subquery looking for a
1616
match. The 7.4 code uses the same sophisticated techniques used

doc/src/sgml/release.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.243 2003/11/16 03:23:48 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.244 2003/11/17 04:50:56 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -22,7 +22,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.243 2003/11/16 03:23:48 tg
2222
<variablelist>
2323
<varlistentry>
2424
<term>
25-
<literal>IN</literal>/<literal>NOT IN</literal> subqueries are
25+
<literal>IN</literal> / <literal>NOT IN</literal> subqueries are
2626
now much more efficient
2727
</term>
2828

0 commit comments

Comments
 (0)