Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
6a04c571
Commit
6a04c571
authored
21 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches.
parent
1acc6578
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
HISTORY
+1
-1
1 addition, 1 deletion
HISTORY
doc/src/sgml/release.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/release.sgml
with
3 additions
and
3 deletions
HISTORY
+
1
−
1
View file @
6a04c571
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/release.sgml
+
2
−
2
View file @
6a04c571
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.24
3
2003/11/1
6
0
3:23:48 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.24
4
2003/11/1
7
0
4:50:56 momjian
Exp $
-->
<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
<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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment