Change 'merge sort join', a phrase we use nowhere else, to the more
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Dec 2007 06:23:27 +0000 (06:23 +0000)
committerTom 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

index c863b952615c0435b0a308623ac37ab0e1defc4d..c9a30c0811fc8bfe34424a8469e0cdb255c0a1e6 100644 (file)
 
       <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