doc: Mention UNION/ORDER BY etc. keywords in section headers.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 8ef2a5afdf8ec9e4c8b28a7042c9508eb6161671
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2020-11-02T10:51:46Z
Releases: 14.0
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

Files

PathChange+/−
doc/src/sgml/queries.sgml modified +2 −2

Documentation touched

Discussion