pgsql: Various improvements to the GUC description strings.

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Various improvements to the GUC description strings.
Date: 2006-12-06 17:35:49
Message-ID: 20061206173549.EF03E9FA1A7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Various improvements to the GUC description strings. Punctuate and
capitalize the strings like sentences. Remove unnecessarily
specific descriptions of the units used by GUC variables, since
we now allow any reasonable unit to be specified.

Modified Files:
--------------
pgsql/src/backend/utils/misc:
guc.c (r1.360 -> r1.361)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.360&r2=1.361)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2006-12-06 18:06:48 pgsql: Add a txn_start column to pg_stat_activity.
Previous Message User Hinoue 2006-12-06 16:37:29 psqlodbc - psqlodbc: Add WIN1252 to the list of encoding in multibyte.c