commit d871322ac9172dd430e664df9bf418d7f260b34e Author: David G. Johnston Date: Fri Oct 2 20:58:17 2020 +0000 doc: Add select clause literals to queries chapter section headers Most of the section and sub-section headers in the queries chapter have the select commands clauses literally stated, but neither sorting nor combining did. Add them. diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml index 0a643ef597..76f33aa83d 100644 --- a/doc/src/sgml/queries.sgml +++ b/doc/src/sgml/queries.sgml @@ -1593,7 +1593,7 @@ SELECT DISTINCT ON (expression , - Combining Queries + Combining Queries (<literal>UNION</literal>, <literal>INTERSECT</literal>, <literal>EXCEPT</literal>) UNION @@ -1673,7 +1673,7 @@ SELECT DISTINCT ON (expression , - Sorting Rows + Sorting Rows (<literal>ORDER BY</literal>) sorting