]> granicus.if.org Git - postgresql/commitdiff
Add URL for:
authorBruce Momjian <bruce@momjian.us>
Wed, 5 Mar 2008 16:07:21 +0000 (16:07 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 5 Mar 2008 16:07:21 +0000 (16:07 +0000)
* Add support for SQL-standard GENERATED/IDENTITY columns

>   http://archives.postgresql.org/pgsql-hackers/2008-02/msg00604.php

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

index 29339137b4ee5542f532cc72eebdf0c46234bee7..5a7461cc08cf8bc21cc57c24e177916df14e19f0 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian (bruce@momjian.us)
-Last updated:          Wed Mar  5 11:02:21 EST 2008
+Last updated:          Wed Mar  5 11:07:13 EST 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -178,6 +178,7 @@ Data Types
   http://archives.postgresql.org/pgsql-hackers/2006-08/msg00038.php
   http://archives.postgresql.org/pgsql-hackers/2007-05/msg00344.php
   http://archives.postgresql.org/pgsql-patches/2007-05/msg00076.php
+  http://archives.postgresql.org/pgsql-hackers/2008-02/msg00604.php
 
 * Improve XML support
 
index ad6638f5541d6b19a21931074cfc5a68f8564074..7e520f6a7e79776442c4c27202a67dc2f3a362d0 100644 (file)
@@ -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 Mar  5 11:02:21 EST 2008
+Last updated:           Wed Mar  5 11:07:13 EST 2008
 </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>.
@@ -161,6 +161,7 @@ first.  There is also a developer's wiki at<br/>
   <a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00038.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00038.php</a>
   <a href="http://archives.postgresql.org/pgsql-hackers/2007-05/msg00344.php">http://archives.postgresql.org/pgsql-hackers/2007-05/msg00344.php</a>
   <a href="http://archives.postgresql.org/pgsql-patches/2007-05/msg00076.php">http://archives.postgresql.org/pgsql-patches/2007-05/msg00076.php</a>
+  <a href="http://archives.postgresql.org/pgsql-hackers/2008-02/msg00604.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg00604.php</a>
 </p>
   </li><li>Improve XML support
 <p>  <a href="http://developer.postgresql.org/index.php/XML_Support">http://developer.postgresql.org/index.php/XML_Support</a>