From: Bruce Momjian Date: Thu, 8 Feb 2007 21:51:50 +0000 (+0000) Subject: Add URL for: X-Git-Tag: REL8_3_BETA1~1274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2737f304ca5f0cb6856ca7e8891e59b91b5b4d2f;p=postgresql Add URL for: * Add support for SQL-standard GENERATED/IDENTITY columns > http://archives.postgresql.org/pgsql-hackers/2006-08/msg00038.php --- diff --git a/doc/TODO b/doc/TODO index 501f2ce22d..1f28985034 100644 --- a/doc/TODO +++ b/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) diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index fc61260f4b..10af40742e 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,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. @@ -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