diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-07-31 03:08:35 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-07-31 03:08:35 +0000 |
commit | 81b1551e416f7c714a618638caa13e464f241599 (patch) | |
tree | d28520293b91dae7800f16ce74bb656624b029b4 /doc/src | |
parent | ecf7fccebc6c963d7bbafb74edddfa01cdf5d6ce (diff) |
Spacing improvement.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 6d25ca55eb9..73d1dd9a9f1 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Sat Jul 30 00:05:03 EDT 2005 +Last updated: Sat Jul 30 23:08:20 EDT 2005 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -70,6 +70,9 @@ first. </p> </li><li>Allow postgresql.conf file values to be changed via an SQL API </li><li>Allow the server to be stopped/restarted via an SQL API + <ul> + <li>Allow server logs to be remotely read using SQL commands + </li></ul> </li></ul> </li><li>Tablespaces <ul> @@ -136,7 +139,6 @@ first. </p> </li><li>Add ability to monitor the use of temporary sort files </li><li>-<em>Add session start time and last statement time to pg_stat_activity</em> - </li><li>Allow server logs to be remotely read using SQL commands </li><li>-<em>Add a function that returns the start time of the postmaster</em> </li></ul> <h1><a name="section_4">Data Types</a></h1> |