File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Tue Aug 23 19:51:09 EDT 2005
5
+ Last updated: Wed Aug 24 09:57:22 EDT 2005
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -66,6 +66,10 @@ Administration
66
66
by the user
67
67
o Allow commenting of variables in postgresql.conf to restore them
68
68
to defaults
69
+
70
+ Currently, if a variable is commented out, it keeps the
71
+ previous uncommented value until a server restarted.
72
+
69
73
o Allow pg_hba.conf settings to be controlled via SQL
70
74
71
75
This would add a function to load the SQL table from
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Tue Aug 23 19:51:09 EDT 2005
11
+ Last updated: Wed Aug 24 09:57:22 EDT 2005
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -64,6 +64,9 @@ <h1><a name="section_2">Administration</a></h1>
64
64
by the user
65
65
</ li > < li > Allow commenting of variables in postgresql.conf to restore them
66
66
to defaults
67
+ < p > Currently, if a variable is commented out, it keeps the
68
+ previous uncommented value until a server restarted.
69
+ </ p >
67
70
</ li > < li > Allow pg_hba.conf settings to be controlled via SQL
68
71
< p > This would add a function to load the SQL table from
69
72
pg_hba.conf, and one to writes its contents to the flat file.
You can’t perform that action at this time.
0 commit comments