Add:
> * Support a data type with specific enumerated values (ENUM) > > http://archives.postgresql.org/pgsql-hackers/2006-08/msg00979.php
This commit is contained in:
parent
6a5a241ee6
commit
565de20ff7
5
doc/TODO
5
doc/TODO
@ -2,7 +2,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Wed Aug 16 10:59:21 EDT 2006
|
||||
Last updated: Thu Aug 17 02:45:07 EDT 2006
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -234,6 +234,9 @@ Data Types
|
||||
|
||||
http://archives.postgresql.org/pgsql-hackers/2006-07/msg00543.php
|
||||
|
||||
* Support a data type with specific enumerated values (ENUM)
|
||||
|
||||
http://archives.postgresql.org/pgsql-hackers/2006-08/msg00979.php
|
||||
|
||||
* Dates and Times
|
||||
|
||||
|
@ -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: Wed Aug 16 10:59:21 EDT 2006
|
||||
Last updated: Thu Aug 17 02:45:07 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>.
|
||||
@ -211,6 +211,9 @@ first.
|
||||
</li><li>Add Globally/Universally Unique Identifier (GUID/UUID)
|
||||
</li><li>Add support for SQL-standard GENERATED/IDENTITY columns
|
||||
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-07/msg00543.php">http://archives.postgresql.org/pgsql-hackers/2006-07/msg00543.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>Dates and Times
|
||||
<ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user