pgsql: Improve user-facing documentation for partial/parallel aggregati - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve user-facing documentation for partial/parallel aggregati
Date
Msg-id E1bFrLl-0002mJ-6k@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve user-facing documentation for partial/parallel aggregation.

Add a section to xaggr.sgml, as we have done in the past for other
extensions to the aggregation functionality.  Assorted wordsmithing
and other minor improvements.

David Rowley and Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2d673424faf3e33c5fcca926fbe3f21e16dd0fef

Modified Files
--------------
doc/src/sgml/ref/create_aggregate.sgml |  71 ++++++++++++++---------
doc/src/sgml/xaggr.sgml                | 100 ++++++++++++++++++++++++++++++++-
2 files changed, 142 insertions(+), 29 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Update oidjoins regression test for 9.6.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix small memory leak in partial-aggregate deserialization funct