Add URL for:
* Add support for SQL-standard GENERATED/IDENTITY columns > http://archives.postgresql.org/pgsql-hackers/2006-08/msg00038.php
This commit is contained in:
parent
4a30da1e7f
commit
2737f304ca
3
doc/TODO
3
doc/TODO
@ -2,7 +2,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Tue Feb 6 11:44:05 EST 2007
|
||||
Last updated: Thu Feb 8 16:51:45 EST 2007
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -221,6 +221,7 @@ Data Types
|
||||
* Add support for SQL-standard GENERATED/IDENTITY columns
|
||||
|
||||
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)
|
||||
|
||||
|
@ -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: Tue Feb 6 11:44:05 EST 2007
|
||||
Last updated: Thu Feb 8 16:51:45 EST 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>.
|
||||
@ -200,6 +200,7 @@ first. There is also a developer's wiki at<br/>
|
||||
</p>
|
||||
</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>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user