mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
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.
This commit is contained in:
parent
03417ac182
commit
75f633b6d1
8
doc/TODO
8
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
|
||||
|
||||
|
@ -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: Wed Aug 24 13:56:13 EDT 2005
|
||||
Last updated: Wed Aug 24 15:43:15 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>.
|
||||
@ -67,6 +67,8 @@ first.
|
||||
to defaults
|
||||
<p> 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.
|
||||
</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
|
||||
|
Loading…
Reference in New Issue
Block a user