|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
11 |
| -Last updated:Tue Aug23 19:51:09 EDT 2005 |
| 11 | +Last updated:Wed Aug24 09:57:22 EDT 2005 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -64,6 +64,9 @@ <h1><a name="section_2">Administration</a></h1>
|
64 | 64 | by the user
|
65 | 65 | </li><li>Allow commenting of variables in postgresql.conf to restore them
|
66 | 66 | to defaults
|
| 67 | +<p> Currently, if a variable is commented out, it keeps the |
| 68 | + previous uncommented value until a server restarted. |
| 69 | +</p> |
67 | 70 | </li><li>Allow pg_hba.conf settings to be controlled via SQL
|
68 | 71 | <p> This would add a function to load the SQL table from
|
69 | 72 | pg_hba.conf, and one to writes its contents to the flat file.
|
|