docs: Improve window function docs

Bruce Momjian <bruce@momjian.us>

Commit: 1c1a4726eba5bb8c0772db8a8efe0315d71887fb
Author: Bruce Momjian <bruce@momjian.us>
Date: 2017-04-11T14:47:47Z
Releases: 10.0
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

Files

PathChange+/−
doc/src/sgml/advanced.sgml modified +15 −16
doc/src/sgml/func.sgml modified +28 −16
doc/src/sgml/syntax.sgml modified +14 −13

Documentation touched