[COMMITTERS] pgsql: docs: Improve window function docs

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема [COMMITTERS] pgsql: docs: Improve window function docs
Дата
Msg-id E1cxx5C-0003xn-Ns@gemulon.postgresql.org
обсуждение исходный текст
Список 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.GA5757@momjian.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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: [COMMITTERS] pgsql: Remove support for bcc and msvc standalone libpq builds
Следующее
От: Fujii Masao
Дата:
Сообщение: [COMMITTERS] pgsql: Add max_sync_workers_per_subscription topostgresql.conf.sample.