File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-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: Sun Apr 9 16:24:16 EDT 2006
5
+ Last updated: Mon Apr 10 17:06:17 EDT 2006
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.
@@ -50,6 +50,10 @@ Administration
50
50
* Allow statistics collector information to be pulled from the collector
51
51
process directly, rather than requiring the collector to write a
52
52
filesystem file twice a second?
53
+ * Allow log_min_messages to be specified on a per-module basis
54
+
55
+ This would allow administrators to see more detailed information from
56
+ specific sections of the backend, e.g. checkpoints, autovacuum, etc.
53
57
54
58
55
59
* Improve replication solutions
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: Sun Apr 9 16:24:16 EDT 2006
11
+ Last updated: Mon Apr 10 17:06:17 EDT 2006
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 > .
@@ -52,6 +52,10 @@ <h1><a name="section_2">Administration</a></h1>
52
52
</ li > < li > Allow statistics collector information to be pulled from the collector
53
53
process directly, rather than requiring the collector to write a
54
54
filesystem file twice a second?
55
+ </ li > < li > Allow log_min_messages to be specified on a per-module basis
56
+ < p > This would allow administrators to see more detailed information from
57
+ specific sections of the backend, e.g. checkpoints, autovacuum, etc.
58
+ </ p >
55
59
</ li > < li > Improve replication solutions
56
60
< ul >
57
61
< li > Load balancing
You can’t perform that action at this time.
0 commit comments