From de56b7cbdf048694d842eadeb9f2c0483a942cf5 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sun, 19 Aug 2007 02:36:08 +0000
Subject: [PATCH] Done:

< * Allow server log information to be output as INSERT statements
> * -Allow server log information to be output as CSV format
---
 doc/src/FAQ/TODO.html | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 4d95a11822d..b2e5411468a 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: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>
-- 
GitLab