|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
11 |
| -Last updated: Sat Jul 30 23:08:20 EDT 2005 |
| 11 | +Last updated: Sat Jul 30 23:28:17 EDT 2005 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -70,9 +70,6 @@ <h1><a name="section_2">Administration</a></h1>
|
70 | 70 | </p>
|
71 | 71 | </li><li>Allow postgresql.conf file values to be changed via an SQL API
|
72 | 72 | </li><li>Allow the server to be stopped/restarted via an SQL API
|
73 |
| -<ul> |
74 |
| -<li>Allow server logs to be remotely read using SQL commands |
75 |
| -</li></ul> |
76 | 73 | </li></ul>
|
77 | 74 | </li><li>Tablespaces
|
78 | 75 | <ul>
|
@@ -140,6 +137,7 @@ <h1><a name="section_3">Monitoring</a></h1>
|
140 | 137 | </li><li>Add ability to monitor the use of temporary sort files
|
141 | 138 | </li><li>-<em>Add session start time and last statement time to pg_stat_activity</em>
|
142 | 139 | </li><li>-<em>Add a function that returns the start time of the postmaster</em>
|
| 140 | +</li><li>Allow server logs to be remotely read and removed using SQL commands |
143 | 141 | </li></ul>
|
144 | 142 | <h1><aname="section_4">Data Types</a></h1>
|
145 | 143 |
|
|