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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Mention UNION/ORDER BY etc. keywords in section headers.
Date: 2020-11-02 10:57:49
Message-ID: E1kZXX3-0002YU-OJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)scriptfusion(dot)com

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8ef2a5afdf8ec9e4c8b28a7042c9508eb6161671

Modified Files
--------------
doc/src/sgml/queries.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2020-11-02 12:27:02 pgsql: Remove pg_collation.collversion.
Previous Message David Rowley 2020-11-02 06:59:37 pgsql: Fix unstable partition_prune regression tests