diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-08-19 22:25:09 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-08-19 22:25:09 +0000 |
commit | 4d328bcd9cdee85603adeac7416dac5dd3cd30dc (patch) | |
tree | d095104b12bbbd4f0c499895830bd869168b70f9 | |
parent | bbd6eb5b958ef38f786089fd4a03d650d4b7220e (diff) | |
download | postgresql-4d328bcd9cdee85603adeac7416dac5dd3cd30dc.tar.gz postgresql-4d328bcd9cdee85603adeac7416dac5dd3cd30dc.zip |
Update wording on commented postgresql.conf values:
> Another option is to allow commented values to return to their
> default values.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 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: Wed Aug 18 22:35:48 EDT 2004 +Last updated: Thu Aug 19 18:25:05 EDT 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -83,6 +83,8 @@ Administration By not showing commented-out variables, we discourage people from thinking that re-commenting a variable returns it to its default. + Another option is to allow commented values to return to their + default values. * Allow point-in-time recovery to archive partially filled write-ahead logs |