From 75f633b6d112cc9d0e6ab8b44c2930d59ccdcc52 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 24 Aug 2005 19:43:26 +0000 Subject: [PATCH] Update: < Currently, if a variable is commented out, it keeps the < previous uncommented value until a server restarted. > Currently, if a variable is commented out, it keeps the > previous uncommented value until a server restarted. > Logically, a reload should set the same values as a > server restart. --- doc/TODO | 8 +++++--- doc/src/FAQ/TODO.html | 4 +++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index 546edf4875..2b7112c2d6 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: Wed Aug 24 13:56:13 EDT 2005 +Last updated: Wed Aug 24 15:43:15 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -68,8 +68,10 @@ Administration 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. + Currently, if a variable is commented out, it keeps the + previous uncommented value until a server restarted. + Logically, a reload should set the same values as a + server restart. o %Allow pg_hba.conf settings to be controlled via SQL diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 946ce71478..751246a76c 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: Wed Aug 24 13:56:13 EDT 2005 +Last updated: Wed Aug 24 15:43:15 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -67,6 +67,8 @@ first. to defaults

Currently, if a variable is commented out, it keeps the previous uncommented value until a server restarted. + Logically, a reload should set the same values as a + server restart.

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

    This would add a function to load the SQL table from -- 2.11.0