From c68f6d79634166534f3d89060c811adabd09c0e3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 18 Apr 2005 12:58:45 +0000 Subject: [PATCH] Add HTML version of TODO to CVS, for web site use. --- doc/src/FAQ/README | 15 + doc/src/FAQ/TODO.html | 930 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 945 insertions(+) create mode 100644 doc/src/FAQ/README create mode 100644 doc/src/FAQ/TODO.html diff --git a/doc/src/FAQ/README b/doc/src/FAQ/README new file mode 100644 index 0000000000..49b176d527 --- /dev/null +++ b/doc/src/FAQ/README @@ -0,0 +1,15 @@ +The FAQ* files in this directory are the master versions, and the +../../FAQ* text files are created using lynx: + + lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist FAQ* + +The TODO.html file in this directory is not the master, but ../../TODO +is. The conversion is done using txt2html: + + txt2html -m -s 100 -p 100 --xhtml --title "PostgreSQL TODO list" \ + --link /u/txt2html/txt2html.dict \ + --body_deco ' bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"' \ + /pgtop/doc/TODO | + sed 's;\[\([^]]*\)\];[\1];g' > /pgtop/doc/src/FAQ/TODO.html + + diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html new file mode 100644 index 0000000000..ef2c645ceb --- /dev/null +++ b/doc/src/FAQ/TODO.html @@ -0,0 +1,930 @@ + + + +PostgreSQL TODO list + + + +

TODO list for PostgreSQL

+

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
+Last updated: Mon Apr 18 08:57:57 EDT 2005 +

+

The most recent version of this document can be viewed at the PostgreSQL web
+site, http://www.PostgreSQL.org. +

+

A hyphen, "-", marks changes that will appear in the upcoming 8.1 release. +

+

Bracketed items, "[]", have more detail. +

+

This list contains all known PostgreSQL bugs and feature requests. If
+you would like to work on an item, please read the Developer's FAQ
+first. +

+

Administration

+ + +

Data Types

+ + +

Multi-Language Support

+ + +

Views / Rules

+ + +

Indexes

+ + +

Commands

+ + +

Clients

+ + +

Referential Integrity

+ + +

Dependency Checking

+ + +

Exotic Features

+ + +

PERFORMANCE

+ +

Fsync

+ + +

Cache

+ +

Vacuum

+ + +

Locking

+ + +

Startup Time

+ + +

Write-Ahead Log

+ + +

Optimizer / Executor

+ + +

Miscellaneous

+ + +

Source Code

+ + +
+ +

Developers who have claimed items are:

+ + + +