From: Bruce Momjian Date: Wed, 24 Aug 2005 13:57:27 +0000 (+0000) Subject: Add explaination: X-Git-Tag: REL8_1_0BETA1~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69e4e570b7d51322d12100bb4ebc088f1e3257c8;p=thirdparty%2Fpostgresql.git Add explaination: > > Currently, if a variable is commented out, it keeps the > previous uncommented value until a server restarted. > --- diff --git a/doc/TODO b/doc/TODO index e3c99a0c77d..f6034aa3995 100644 --- 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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 953e9df3356..5fbb1b40f47 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,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. @@ -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.