Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e7101b6

Browse files
committed
Add:
> * Allow log_min_messages to be specified on a per-module basis > > This would allow administrators to see more detailed information from > specific sections of the backend, e.g. checkpoints, autovacuum, etc.
1 parent e30df61 commit e7101b6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/TODO

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
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
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -50,6 +50,10 @@ Administration
5050
* Allow statistics collector information to be pulled from the collector
5151
process directly, rather than requiring the collector to write a
5252
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.
5357

5458

5559
* Improve replication solutions

doc/src/FAQ/TODO.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<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>
5252
</li><li>Allow statistics collector information to be pulled from the collector
5353
process directly, rather than requiring the collector to write a
5454
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>
5559
</li><li>Improve replication solutions
5660
<ul>
5761
<li>Load balancing

0 commit comments

Comments
 (0)