doc: Mention UNION/ORDER BY etc. keywords in section headers.
authorHeikki Linnakangas
Mon, 2 Nov 2020 10:51:46 +0000 (12:51 +0200)
committerHeikki Linnakangas
Mon, 2 Nov 2020 10:51:46 +0000 (12:51 +0200)
Most of the section and sub-section headers in the Queries chapter have
the keywords literally stated, but neither "Sorting Rows" nor "Combining
Rows" did. There's no rule that they must be, but it seems like a good
practice. The keywords will ring a bell to anyone with with even a little
bit of SQL experience.

David G. Johnston, per suggestion by [email protected]

Discussion: https://www.postgresql.org/message-id/159981394174.31338.7014519396749859167%40wrigleys.postgresql.org

doc/src/sgml/queries.sgml

index f06afe2c3fb1df39cf1f971c4f1d5f4bf505b14d..dedb5684e631be155941b0abcc1aa5422d4f1a28 100644 (file)
@@ -1621,7 +1621,7 @@ SELECT DISTINCT ON (expression 
 
 
  
-  Combining Queries
+  Combining Queries<span class="marked"> (<literal>UNION</literal>, <literal>INTERSECT</literal>, <literal>EXCEPT</literal>)</span>
 
   
    UNION
@@ -1701,7 +1701,7 @@ SELECT DISTINCT ON (expression 
 
 
  
-  Sorting Rows
+  Sorting Rows<span class="marked"> (<literal>ORDER BY</literal>)</span>
 
   
    sorting