pgsql: doc: improve docs so config value default units are clearer

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: improve docs so config value default units are clearer
Date: 2019-10-09 01:49:12
Message-ID: E1iI16G-0002CD-Hu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: improve docs so config value default units are clearer

Previously, our docs would say "Specifies the number of milliseconds"
but it wasn't clear that "milliseconds" was merely the default unit.
New text says "Specifies duration (defaults to milliseconds)", which is
clearer.

Reported-by: basil(dot)bourque(at)gmail(dot)com

Discussion: https://postgr.es/m/15912-2e35e9026f61230b@postgresql.org

Backpatch-through: 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6816497cd78a9b498785fa54af7ba0a41051ad24

Modified Files
--------------
doc/src/sgml/config.sgml | 73 ++++++++++++++++++++++++++----------------------
1 file changed, 39 insertions(+), 34 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2019-10-09 02:16:52 pgsql: pg_upgrade: clarify the database names in error files
Previous Message Tom Lane 2019-10-08 20:25:05 Re: pgsql: Remove pqsignal() from libpq's official exports list.