Doc: update documentation for requirement of ORDER BY in GROUPS mode.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 663060e8c3832ea8388e4ae128420f76680e5fe9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-07-12T15:10:33Z
Releases: 11.0
Doc: update documentation for requirement of ORDER BY in GROUPS mode.

Commit ff4f88916 adjusted the code to enforce the SQL spec's requirement
that a window using GROUPS mode must have an ORDER BY clause.  But I missed
that the documentation explicitly said you didn't have to have one.

Also minor wordsmithing in the window-function section of select.sgml.

Per Masahiko Sawada, though I didn't use his patch.

Files

PathChange+/−
doc/src/sgml/ref/select.sgml modified +3 −3
doc/src/sgml/syntax.sgml modified +2 −2

Documentation touched