From: Tom Lane Date: Wed, 12 Dec 2007 06:23:27 +0000 (+0000) Subject: Change 'merge sort join', a phrase we use nowhere else, to the more X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=dbb0aeefb5cc5fc96c85c8116b2285d6f026cc0d;p=users%2Fbernd%2Fpostgres.git Change 'merge sort join', a phrase we use nowhere else, to the more usual 'merge join'. --- diff --git a/doc/src/sgml/arch-dev.sgml b/doc/src/sgml/arch-dev.sgml index c863b95261..c9a30c0811 100644 --- a/doc/src/sgml/arch-dev.sgml +++ b/doc/src/sgml/arch-dev.sgml @@ -407,7 +407,7 @@ - merge sort join: Each relation is sorted on the join + merge join: 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