From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: docs: Improve window function docs |
Date: | 2017-04-11 14:47:50 |
Message-ID: | E1cxx5C-0003xn-Ns@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)GA5757(at)momjian(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2017-04-11 15:11:24 | pgsql: Add max_sync_workers_per_subscription to postgresql.conf.sample. |
Previous Message | Magnus Hagander | 2017-04-11 13:35:54 | pgsql: Remove support for bcc and msvc standalone libpq builds |