From 8ef2a5afdf8ec9e4c8b28a7042c9508eb6161671 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Mon, 2 Nov 2020 12:51:46 +0200 Subject: [PATCH] doc: Mention UNION/ORDER BY etc. keywords in section headers. 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 bilge@scriptfusion.com Discussion: https://www.postgresql.org/message-id/159981394174.31338.7014519396749859167%40wrigleys.postgresql.org --- doc/src/sgml/queries.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml index f06afe2c3fb..dedb5684e63 100644 --- a/doc/src/sgml/queries.sgml +++ b/doc/src/sgml/queries.sgml @@ -1621,7 +1621,7 @@ SELECT DISTINCT ON (expression , - Combining Queries + Combining Queries (<literal>UNION</literal>, <literal>INTERSECT</literal>, <literal>EXCEPT</literal>) UNION @@ -1701,7 +1701,7 @@ SELECT DISTINCT ON (expression , - Sorting Rows + Sorting Rows (<literal>ORDER BY</literal>) sorting -- 2.30.2