]> granicus.if.org Git - postgresql/commit
Doc: improve documentation of configuration settings that have units.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 26 Oct 2019 16:30:41 +0000 (12:30 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 26 Oct 2019 16:30:44 +0000 (12:30 -0400)
commitcfb7559083436b802e7ecc5e3fa235057890265c
treec6fadc8236943d67e090d8e43ed16b6be1dc268f
parent2fc2a88e6722df40245d3ae2ec7f8fc1c6bf0596
Doc: improve documentation of configuration settings that have units.

When we added the GUC units feature, we didn't make any great effort
to adjust the documentation of individual GUCs; they tended to still
say things like "this is the number of milliseconds that ...", even
though users might prefer to write some other units, and SHOW might
even show the value in other units.  Commit 6c9fb69f2 made an effort
to improve this situation, but I thought it made things less readable
by injecting units information in mid-sentence.  It also wasn't very
consistent, and did not touch all the GUCs that have units.

To improve matters, standardize on the phrasing "If this value is
specified without units, it is taken as <units>".  Also, try to
standardize where this is mentioned, right before the specification
of the default.  (In a couple of places, doing that would've required
more rewriting than seemed justified, so I wasn't 100% consistent
about that.)  I also tried to use the phrases "amount of time",
"amount of memory", etc rather than describing the contents of GUCs
in other ways, as those were the majority usage in places that weren't
overcommitting to a particular unit.  (I left "length of time" alone
in a couple of places, though.)

I failed to resist the temptation to copy-edit some awkward text, too.

Backpatch to v12, like 6c9fb69f2, mainly because v12 hasn't diverged
much from HEAD yet.

Discussion: https://postgr.es/m/15882.1571942223@sss.pgh.pa.us
doc/src/sgml/config.sgml