Add explaination:
authorBruce Momjian
Wed, 24 Aug 2005 13:57:27 +0000 (13:57 +0000)
committerBruce Momjian
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 ([email protected])
-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 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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.
@@ -64,6 +64,9 @@ first.
           by the user
     
  • 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.
    +

         
  • Allow pg_hba.conf settings to be controlled via SQL
  •  

              This would add a function to load the SQL table from

               pg_hba.conf, and one to writes its contents to the flat file.