pgsql: Doc: update documentation for requirement of ORDER BY in GROUPS

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: update documentation for requirement of ORDER BY in GROUPS
Date: 2018-07-12 15:14:14
Message-ID: E1fddIM-0005m8-5u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/663060e8c3832ea8388e4ae128420f76680e5fe9

Modified Files
--------------
doc/src/sgml/ref/select.sgml | 6 +++---
doc/src/sgml/syntax.sgml | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-07-12 16:26:17 pgsql: Fix FK checks of TRUNCATE involving partitioned tables
Previous Message Peter Eisentraut 2018-07-12 11:16:02 pgsql: Add regression test for system catalog toast tables