From cac01fc0380662a68264695b43870074d1257822 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Mon, 2 Apr 2007 17:18:44 +0000 Subject: [PATCH] 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) --- doc/TODO | 7 ++----- doc/src/FAQ/TODO.html | 6 ++---- 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> -- GitLab