pgsql: Improve wording of descriptions of SIGHUP GUC parameters, as per

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve wording of descriptions of SIGHUP GUC parameters, as per
Date: 2006-01-23 18:16:41
Message-ID: 20060123181641.D74CF9DC853@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Improve wording of descriptions of SIGHUP GUC parameters, as per my
suggestion a couple days ago. Fix some cases in which the documentation
neglected to mention any restriction on when a parameter can be set.
Try to be consistent about calling parameters parameters; use the term
option only for command-line switches.

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.44 -> r1.45)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.44&r2=1.45)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-01-23 21:45:47 pgsql: Use is_cidr in INET/CIDR structure, rather than the generic
Previous Message Teodor Sigaev 2006-01-23 14:24:08 pgsql: Fix typeing as Tom suggest