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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify documentation about "peer" rows in window functions
Date: 2014-09-05 22:59:47
Message-ID: E1XQ2Tr-0004hu-Dn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify documentation about "peer" rows in window functions

Peer rows are matching rows when ORDER BY is specified.

Report by arnaud(dot)mouronval(at)gmail(dot)com, David G Johnston

Branch
------
master

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

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-09-05 23:01:30 pgsql: Clarify documentation about "peer" rows in window functions
Previous Message Bruce Momjian 2014-09-05 13:52:35 pgsql: Rename C variables in formatting.c, for clarity