mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add:
> * Allow statistics last vacuum/analyze execution times to be displayed > without requiring stats_row_level to be enabled
This commit is contained in:
4
doc/TODO
4
doc/TODO
@ -1,7 +1,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Tue Mar 11 11:48:41 EDT 2008
|
||||
Last updated: Tue Mar 11 11:51:58 EDT 2008
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -47,6 +47,8 @@ Administration
|
||||
* Allow statistics collector information to be pulled from the collector
|
||||
process directly, rather than requiring the collector to write a
|
||||
filesystem file twice a second?
|
||||
* Allow statistics last vacuum/analyze execution times to be displayed
|
||||
without requiring stats_row_level to be enabled
|
||||
* Allow log_min_messages to be specified on a per-module basis
|
||||
|
||||
This would allow administrators to see more detailed information from
|
||||
|
Reference in New Issue
Block a user