summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-04-22 13:28:43 +0000
committerBruce Momjian <bruce@momjian.us>2007-04-22 13:28:43 +0000
commit3644ba5f9b542bf21a4cc669ade9452739cf5ff0 (patch)
tree1b4f22969eb20855340bff997a146b043673be2a /doc/src
parentdbcd9d6160ad940d6216e7f3247409b13f64980e (diff)
Done:
> o -Allow commenting of variables in postgresql.conf to restore them
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 0ea0979b835..cf237f31f96 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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated: Wed Apr 18 09:31:04 EDT 2007
+Last updated: Sun Apr 22 09:28:30 EDT 2007
</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>.
@@ -88,12 +88,8 @@ first. There is also a developer's wiki at<br/>
</li></ul>
</li><li>Configuration files
<ul>
- <li>Allow commenting of variables in postgresql.conf to restore them
+ <li>-<em>Allow commenting of variables in postgresql.conf to restore them</em>
to defaults
-<p> Currently, if a variable is commented out, it keeps the
- previous uncommented value until a server restarted.
- <a href="http://archives.postgresql.org/pgsql-patches/2007-03/msg00180.php">http://archives.postgresql.org/pgsql-patches/2007-03/msg00180.php</a>
-</p>
</li><li>Allow pg_hba.conf to specify host names along with IP addresses
<p> Host name lookup could occur when the postmaster reads the
pg_hba.conf file, or when the backend starts. Another