From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Improve documentation around autovacuum-related storage paramete |
Date: | 2015-11-11 22:13:46 |
Message-ID: | E1ZwdeE-0008HO-N8@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Improve documentation around autovacuum-related storage parameters.
These were discussed in three different sections of the manual, which
unsurprisingly had diverged over time; and the descriptions of individual
variables lacked stylistic consistency even within each section (and
frequently weren't in very good English anyway). Clean up the mess, and
remove some of the redundant information in hopes that future additions
will be less likely to re-introduce inconsistency. For instance I see
no need for maintenance.sgml to include its very own list of all the
autovacuum storage parameters, especially since that list was already
incomplete.
Branch
------
REL9_5_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/bcb8f96e6775c649564ac0fb946ab6a1629ff969
Modified Files
--------------
doc/src/sgml/config.sgml | 65 +++++++++++-----------
doc/src/sgml/maintenance.sgml | 53 ++++++------------
doc/src/sgml/ref/create_table.sgml | 104 +++++++++++++++++++-----------------
3 files changed, 106 insertions(+), 116 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2015-11-11 23:58:06 | Re: pgsql: Generate parallel sequential scan plans in simple cases. |
Previous Message | Joe Conway | 2015-11-11 19:06:42 | Re: pgsql: Generate parallel sequential scan plans in simple cases. |