1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00
< * 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)
This commit is contained in:
Bruce Momjian
2007-04-02 17:18:44 +00:00
parent bf56e8a79f
commit cac01fc038
2 changed files with 4 additions and 9 deletions

View File

@ -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