Add URL for:
authorBruce Momjian
Thu, 8 Feb 2007 21:51:50 +0000 (21:51 +0000)
committerBruce Momjian
Thu, 8 Feb 2007 21:51:50 +0000 (21:51 +0000)
* Add support for SQL-standard GENERATED/IDENTITY columns
>   http://archives.postgresql.org/pgsql-hackers/2006-08/msg00038.php

doc/TODO
doc/src/FAQ/TODO.html

index 501f2ce22dfb74f8a26c81112f850eac5bec4c48..1f2898503436a231dd82d7f7d8ccf18d24aac269 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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)
 
index fc61260f4b7200a938573c6119711aab9bfe6a29..10af40742e64a4c99fe2d380143a3518609a9335 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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.
@@ -200,6 +200,7 @@ first.  There is also a developer's wiki at
 

   
  • 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)
  •  

      http://archives.postgresql.org/pgsql-hackers/2006-08/msg00979.php