[COMMITTERS] pgsql: docs: Improve window function docs - Mailing list pgsql-committers

From Bruce Momjian
Subject [COMMITTERS] pgsql: docs: Improve window function docs
Date
Msg-id E1cxx5C-0003xn-Ns@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
docs:  Improve window function docs

Specifically, the behavior of general-purpose and statistical aggregates
as window functions was not clearly documented, and terms were
inconsistently used.  Also add docs about the difference between
cume_dist and percent_rank, rather than just the formulas.

Discussion: 20170406214918.GA5757@momjian.us

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1c1a4726eba5bb8c0772db8a8efe0315d71887fb

Modified Files
--------------
doc/src/sgml/advanced.sgml | 31 +++++++++++++++----------------
doc/src/sgml/func.sgml     | 44 ++++++++++++++++++++++++++++----------------
doc/src/sgml/syntax.sgml   | 27 ++++++++++++++-------------
3 files changed, 57 insertions(+), 45 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: [COMMITTERS] pgsql: Remove support for bcc and msvc standalone libpq builds
Next
From: Fujii Masao
Date:
Subject: [COMMITTERS] pgsql: Add max_sync_workers_per_subscription topostgresql.conf.sample.