aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-04-02 17:18:44 +0000
committerBruce Momjian <bruce@momjian.us>2007-04-02 17:18:44 +0000
commitcac01fc0380662a68264695b43870074d1257822 (patch)
tree60534694df7085c5dfa057544699453b8367ad33
parentbf56e8a79fb19def9c7b0496e24abffa8d7d1e5f (diff)
downloadpostgresql-cac01fc0380662a68264695b43870074d1257822.tar.gz
postgresql-cac01fc0380662a68264695b43870074d1257822.zip
Done:
< * Support a data type with specific enumerated values (ENUM) < < http://archives.postgresql.org/pgsql-hackers/2006-08/msg00979.php < > * -Support a data type with specific enumerated values (ENUM)
-rw-r--r--doc/TODO7
-rw-r--r--doc/src/FAQ/TODO.html6
2 files changed, 4 insertions, 9 deletions
diff --git a/doc/TODO b/doc/TODO
index 8d290b33251..83d9d62edc0 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Mon Apr 2 13:15:24 EDT 2007
+Last updated: Mon Apr 2 13:18:40 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -218,10 +218,7 @@ Data Types
http://archives.postgresql.org/pgsql-hackers/2006-07/msg00543.php
http://archives.postgresql.org/pgsql-hackers/2006-08/msg00038.php
-* Support a data type with specific enumerated values (ENUM)
-
- http://archives.postgresql.org/pgsql-hackers/2006-08/msg00979.php
-
+* -Support a data type with specific enumerated values (ENUM)
* Improve XML support
http://developer.postgresql.org/index.php/XML_Support
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index fa54368cf5e..3dd19a18ad7 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: Mon Apr 2 13:15:24 EDT 2007
+Last updated: Mon Apr 2 13:18:40 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>.
@@ -195,9 +195,7 @@ first. There is also a developer's wiki at<br/>
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-07/msg00543.php">http://archives.postgresql.org/pgsql-hackers/2006-07/msg00543.php</a>
<a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00038.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00038.php</a>
</p>
- </li><li>Support a data type with specific enumerated values (ENUM)
-<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00979.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00979.php</a>
-</p>
+ </li><li>-<em>Support a data type with specific enumerated values (ENUM)</em>
</li><li>Improve XML support
<p> <a href="http://developer.postgresql.org/index.php/XML_Support">http://developer.postgresql.org/index.php/XML_Support</a>
</p>