Add item to sentence:

< 	* Allow server logs to be remotely read using SQL commands
151a151
> * Allow server logs to be remotely read and removed using SQL commands
This commit is contained in:
Bruce Momjian 2005-07-31 03:28:52 +00:00
parent 81b1551e41
commit 73b574c187
2 changed files with 4 additions and 6 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Sat Jul 30 23:08:20 EDT 2005
Last updated: Sat Jul 30 23:28:17 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -73,7 +73,6 @@ Administration
o Allow postgresql.conf file values to be changed via an SQL API
o Allow the server to be stopped/restarted via an SQL API
* Allow server logs to be remotely read using SQL commands
* Tablespaces
@ -149,6 +148,7 @@ Monitoring
* Add ability to monitor the use of temporary sort files
* -Add session start time and last statement time to pg_stat_activity
* -Add a function that returns the start time of the postmaster
* Allow server logs to be remotely read and removed using SQL commands
Data Types

View File

@ -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 23:08:20 EDT 2005
Last updated: Sat Jul 30 23:28:17 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,9 +70,6 @@ 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>
@ -140,6 +137,7 @@ first.
</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>-<em>Add a function that returns the start time of the postmaster</em>
</li><li>Allow server logs to be remotely read and removed using SQL commands
</li></ul>
<h1><a name="section_4">Data Types</a></h1>