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 23:01:30
Message-ID: E1XQ2VW-0004nI-PA@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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-09-05 23:19:45 pgsql: pg_upgrade: preserve the timestamp epoch
Previous Message Bruce Momjian 2014-09-05 22:59:47 pgsql: Clarify documentation about "peer" rows in window functions