1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
> * -Add function to report the time of the most recent server reload
This commit is contained in:
Bruce Momjian
2008-05-06 16:14:29 +00:00
parent 93afd6f619
commit 2d592d2e86
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Mon May 5 20:47:44 EDT 2008
Last updated: Tue May 6 12:14:21 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -32,7 +32,7 @@ Administration
from the template database, it is not clear that setting schemas to the db
owner is correct.
* Add function to report the time of the most recent server reload
* -Add function to report the time of the most recent server reload
* 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?