diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-06-13 21:08:22 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-06-13 21:08:22 +0000 |
commit | aa30e0e555a980a186ce50ab77d222cab75c13e9 (patch) | |
tree | 210d1ac27631b31817b9eb5bc7c30dcaff768481 /doc/src | |
parent | 07c25723dae380a3163981cff1028e7c289e7eb4 (diff) | |
download | postgresql-aa30e0e555a980a186ce50ab77d222cab75c13e9.tar.gz postgresql-aa30e0e555a980a186ce50ab77d222cab75c13e9.zip |
Remove:
< o %Add CSV output format
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index bb740e7ee1e..97e78cd6bab 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: Mon Jun 12 12:14:51 EDT 2006 +Last updated: Tue Jun 13 17:08:13 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>. @@ -660,7 +660,6 @@ first. </li><li>%Add full object name to the tag field. eg. for operators we need '=(integer, integer)', instead of just '='. </li><li>Add pg_dumpall custom format dumps? - </li><li>%Add CSV output format </li><li>-<em>Update pg_dump and psql to use the new COPY libpq API (Christopher)</em> </li><li>Remove unnecessary function pointer abstractions in pg_dump source code |