pgsql: Improve documentation around parameter-setting and ALTER SYSTEM.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve documentation around parameter-setting and ALTER SYSTEM.
Date: 2014-12-14 23:10:02
Message-ID: E1Y0IIc-0007nU-IW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve documentation around parameter-setting and ALTER SYSTEM.

The ALTER SYSTEM ref page hadn't been held to a very high standard, nor
was the feature well integrated into section 18.1 (parameter setting).
Also, though commit 4c4654afe had improved the structure of 18.1, it also
introduced a lot of poor wording, imprecision, and outright falsehoods.
Try to clean that up.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/af06aa822dbc023f3a103278ec381e1c88d67db1

Modified Files
--------------
doc/src/sgml/config.sgml | 354 +++++++++++++++++++-----------------
doc/src/sgml/ref/alter_system.sgml | 55 +++---
2 files changed, 225 insertions(+), 184 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-12-15 01:05:52 pgsql: doc: Add link to how to specify time zone names to initdb man pa
Previous Message Tom Lane 2014-12-14 19:58:17 pgsql: Update 9.4 release notes.