mirror of https://github.com/postgres/postgres
Done:
> * -Allow server logs to be remotely read and removed using SQL commands
This commit is contained in:
parent
12632d3c31
commit
4369b0b521
4
doc/TODO
4
doc/TODO
|
@ -2,7 +2,7 @@
|
|||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
Last updated: Wed Jun 7 23:16:59 EDT 2006
|
||||
Last updated: Thu Jun 8 09:43:38 EDT 2006
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
|
@ -177,7 +177,7 @@ Monitoring
|
|||
a database for analysis.
|
||||
|
||||
* %Add ability to monitor the use of temporary sort files
|
||||
* Allow server logs to be remotely read and removed using SQL commands
|
||||
* -Allow server logs to be remotely read and removed using SQL commands
|
||||
* Allow protocol-level BIND parameter values to be logged
|
||||
|
||||
|
||||
|
|
|
@ -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: Wed Jun 7 23:16:59 EDT 2006
|
||||
Last updated: Thu Jun 8 09:43:38 EDT 2006
|
||||
</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>.
|
||||
|
@ -163,7 +163,7 @@ first.
|
|||
a database for analysis.
|
||||
</p>
|
||||
</li><li>%Add ability to monitor the use of temporary sort files
|
||||
</li><li>Allow server logs to be remotely read and removed using SQL commands
|
||||
</li><li>-<em>Allow server logs to be remotely read and removed using SQL commands</em>
|
||||
</li><li>Allow protocol-level BIND parameter values to be logged
|
||||
</li></ul>
|
||||
<h1><a name="section_4">Data Types</a></h1>
|
||||
|
|
Loading…
Reference in New Issue