projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5abd9d
)
Change 'merge sort join', a phrase we use nowhere else, to the more
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 12 Dec 2007 06:23:27 +0000
(06:23 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 12 Dec 2007 06:23:27 +0000
(06:23 +0000)
usual 'merge join'.
doc/src/sgml/arch-dev.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/arch-dev.sgml
b/doc/src/sgml/arch-dev.sgml
index c863b952615c0435b0a308623ac37ab0e1defc4d..c9a30c0811fc8bfe34424a8469e0cdb255c0a1e6 100644
(file)
--- a/
doc/src/sgml/arch-dev.sgml
+++ b/
doc/src/sgml/arch-dev.sgml
@@
-407,7
+407,7
@@
<listitem>
<para>
- <firstterm>merge
sort
join</firstterm>: Each relation is sorted on the join
+ <firstterm>merge join</firstterm>: Each relation is sorted on the join
attributes before the join starts. Then the two relations are
scanned in parallel, and matching rows are combined to form
join rows. This kind of join is more