Commit 69e4e570 authored by Bruce Momjian's avatar Bruce Momjian

Add explaination:

>
>           Currently, if a variable is commented out, it keeps the
>           previous uncommented value until a server restarted.
>
parent f417ebf0
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) 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 The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -66,6 +66,10 @@ Administration ...@@ -66,6 +66,10 @@ Administration
by the user by the user
o Allow commenting of variables in postgresql.conf to restore them o Allow commenting of variables in postgresql.conf to restore them
to defaults 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 o Allow pg_hba.conf settings to be controlled via SQL
This would add a function to load the SQL table from This would add a function to load the SQL table from
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <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/> <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>
<p>The most recent version of this document can be viewed at<br/> <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>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -64,6 +64,9 @@ first. ...@@ -64,6 +64,9 @@ first.
by the user by the user
</li><li>Allow commenting of variables in postgresql.conf to restore them </li><li>Allow commenting of variables in postgresql.conf to restore them
to defaults 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 </li><li>Allow pg_hba.conf settings to be controlled via SQL
<p> This would add a function to load the SQL table from <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. pg_hba.conf, and one to writes its contents to the flat file.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment