mirror of https://github.com/postgres/postgres
Done:
< * Allow server log information to be output as INSERT statements > * -Allow server log information to be output as CSV format
This commit is contained in:
parent
fd801f4faa
commit
de56b7cbdf
|
@ -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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||
Last updated: Thu Aug 16 15:02:10 EDT 2007
|
||||
Last updated: Sat Aug 18 22:36:03 EDT 2007
|
||||
</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>.
|
||||
|
@ -159,10 +159,7 @@ first. There is also a developer's wiki at<br/>
|
|||
<h1><a name="section_3">Monitoring</a></h1>
|
||||
|
||||
<ul>
|
||||
<li>Allow server log information to be output as INSERT statements
|
||||
<p> This would allow server log information to be easily loaded into
|
||||
a database for analysis.
|
||||
</p>
|
||||
<li>-<em>Allow server log information to be output as CSV format</em>
|
||||
</li><li>-<em>Add ability to monitor the use of temporary sort files</em>
|
||||
</li></ul>
|
||||
<h1><a name="section_4">Data Types</a></h1>
|
||||
|
|
Loading…
Reference in New Issue