summaryrefslogtreecommitdiff
path: root/doc/src/FAQ/TODO.html
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-08-24 13:57:27 +0000
committerBruce Momjian <bruce@momjian.us>2005-08-24 13:57:27 +0000
commit69e4e570b7d51322d12100bb4ebc088f1e3257c8 (patch)
tree669bc8bc2c4d0b53eadb56a80396f947856b7e24 /doc/src/FAQ/TODO.html
parentf417ebf03a71c9ca1043850ad99d46675c60d2b0 (diff)
downloadpostgresql-69e4e570b7d51322d12100bb4ebc088f1e3257c8.tar.gz
Add explaination:
> > Currently, if a variable is commented out, it keeps the > previous uncommented value until a server restarted. >
Diffstat (limited to 'doc/src/FAQ/TODO.html')
-rw-r--r--doc/src/FAQ/TODO.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 953e9df335..5fbb1b40f4 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -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.