Add:
authorBruce Momjian
Sat, 29 Jul 2006 15:56:32 +0000 (15:56 +0000)
committerBruce Momjian
Sat, 29 Jul 2006 15:56:32 +0000 (15:56 +0000)
> * Add support for SQL-standard GENERATED/IDENTITY columns
>
>   http://archives.postgresql.org/pgsql-hackers/2006-07/msg00543.php

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

index 9011ef6b99d0b02cf5d71f3afb9391fc16f50ebb..bbfed2878635d81e5100d68ae542cc268e38b886 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Jul 28 15:00:22 EDT 2006
+Last updated:      Sat Jul 29 11:56:26 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -239,6 +239,11 @@ Data Types
   http://archives.postgresql.org/pgsql-hackers/2006-05/msg00072.php
 
 * Add Globally/Universally Unique Identifier (GUID/UUID)
+* Add support for SQL-standard GENERATED/IDENTITY columns
+
+  http://archives.postgresql.org/pgsql-hackers/2006-07/msg00543.php
+
+
 * Dates and Times
 
    o Allow infinite dates and intervals just like infinite timestamps
index 98612b483aeeac30a6207a85da6106a845debb81..b3a15c5fc40e888df044ab0ed899012a92032d18 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Jul 28 15:00:22 EDT 2006
+Last updated:           Sat Jul 29 11:56:26 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -216,6 +216,9 @@ first.
 

  http://archives.postgresql.org/pgsql-hackers/2006-05/msg00072.php

 

   
  • Add Globally/Universally Unique Identifier (GUID/UUID)
  • +  
  • Add support for SQL-standard GENERATED/IDENTITY columns
  • +

      http://archives.postgresql.org/pgsql-hackers/2006-07/msg00543.php

    +

       
  • Dates and Times
  •    
           
    • Allow infinite dates and intervals just like infinite timestamps