]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Add explaination:
authorBruce Momjian <bruce@momjian.us>
Wed, 24 Aug 2005 13:57:27 +0000 (13:57 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 24 Aug 2005 13:57:27 +0000 (13:57 +0000)
>
>           Currently, if a variable is commented out, it keeps the
>           previous uncommented value until a server restarted.
>

doc/TODO
doc/src/FAQ/TODO.html

index e3c99a0c77d82f0eb24be3e76e159661595adbd5..f6034aa39958b76d07e244c0abd2b52eef2f9c30 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:          Tue Aug 23 19:51:09 EDT 2005
+Last updated:          Wed Aug 24 09:57:22 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -66,6 +66,10 @@ Administration
          by the user
        o Allow commenting of variables in postgresql.conf to restore them
          to defaults
+
+          Currently, if a variable is commented out, it keeps the
+          previous uncommented value until a server restarted.
+
        o Allow pg_hba.conf settings to be controlled via SQL
 
          This would add a function to load the SQL table from
index 953e9df33567994e3cc0203f93d66acd2b6ccffb..5fbb1b40f47c1267d060140872a9a17a06f8e11e 100644 (file)
@@ -8,7 +8,7 @@
 <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
 <h1><a name="section_1">PostgreSQL TODO List</a></h1>
 <p>Current maintainer:     Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated:           Tue Aug 23 19:51:09 EDT 2005
+Last updated:           Wed Aug 24 09:57:22 EDT 2005
 </p>
 <p>The most recent version of this document can be viewed at<br/>
 <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -64,6 +64,9 @@ first.
           by the user
     </li><li>Allow commenting of variables in postgresql.conf to restore them
           to defaults
+<p>          Currently, if a variable is commented out, it keeps the
+          previous uncommented value until a server restarted.
+</p>
     </li><li>Allow pg_hba.conf settings to be controlled via SQL
 <p>          This would add a function to load the SQL table from
           pg_hba.conf, and one to writes its contents to the flat file.