Thread: pgsql: Clarify documentation about "peer" rows in window functions

pgsql: Clarify documentation about "peer" rows in window functions

From
Bruce Momjian
Date:
Clarify documentation about "peer" rows in window functions

Peer rows are matching rows when ORDER BY is specified.

Report by arnaud.mouronval@gmail.com, David G Johnston

Backpatch through 9.4

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a6d9b331aaa1bccd740700954c15bd56727189ad

Modified Files
--------------
doc/src/sgml/func.sgml       |    3 ++-
doc/src/sgml/ref/select.sgml |    7 ++++---
doc/src/sgml/syntax.sgml     |    4 ++--
3 files changed, 8 insertions(+), 6 deletions(-)