Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT constructs.
Tom Lane <tgl@sss.pgh.pa.us>
Document the DISTINCT noise word in the UNION/INTERSECT/EXCEPT constructs. I also rearranged the order of the sections to match the logical order of processing steps: the distinct-elimination implied by SELECT DISTINCT happens before, not after, any UNION/INTERSECT/EXCEPT combination. Per a suggestion from Hitoshi Harada.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/select_into.sgml | modified | +1 −1 |
| doc/src/sgml/ref/select.sgml | modified | +68 −58 |