diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-08-06 17:52:44 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-08-06 17:52:44 +0000 |
commit | 57050f9bdf13fd93f534d6c97a33499be0242a40 (patch) | |
tree | 304dde7bd0c3283fdc2d3723e83b9788983d3c1d | |
parent | 533bd1d5a7325f0720d8e69ff8971208fb45a3c9 (diff) | |
download | postgresql-57050f9bdf13fd93f534d6c97a33499be0242a40.tar.gz postgresql-57050f9bdf13fd93f534d6c97a33499be0242a40.zip |
Modify:
> * Un-comment all variables in postgresql.conf
84,85c84,85
< By removing comments we prevent the confusion that commenting a line
< returns a modified value to its default, which it does not.
> By not showing commented-out variables, we discourage people from
> thinking that re-commenting a variable returns it to its default.
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,7 +5,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Fri Aug 6 11:24:17 EDT 2004 +Last updated: Fri Aug 6 13:52:36 EDT 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -79,10 +79,10 @@ Administration though the postmaster has paniced and shared memory might not be cleaned up properly. A new signal is needed for safe termination. -* Remove comments on postgresql.conf variables +* Un-comment all variables in postgresql.conf - By removing comments we prevent the confusion that commenting a line - returns a modified value to its default, which it does not. + By not showing commented-out variables, we discourage people from + thinking that re-commenting a variable returns it to its default. * Allow point-in-time recovery to archive partially filled write-ahead logs |