Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fcc5b95

Browse files
committed
Add mention of environment variable conflict with uncommenting config
file variables: < Another option is to allow commented values to return to their < default values. > This has to address environment variables that are then overridden > by config file values. Another option is to allow commented values > to return to their default values.
1 parent 0bd5a8c commit fcc5b95

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/TODO

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated: Thu Aug 19 23:06:05 EDT 2004
8+
Last updated: Fri Aug 20 11:20:09 EDT 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
1111

@@ -83,8 +83,9 @@ Administration
8383

8484
By not showing commented-out variables, we discourage people from
8585
thinking that re-commenting a variable returns it to its default.
86-
Another option is to allow commented values to return to their
87-
default values.
86+
This has to address environment variables that are then overridden
87+
by config file values. Another option is to allow commented values
88+
to return to their default values.
8889

8990
* Allow point-in-time recovery to archive partially filled write-ahead
9091
logs

0 commit comments

Comments
 (0)