OSDN Git Service

Add URLs for:
authorBruce Momjian <bruce@momjian.us>
Tue, 15 May 2007 02:36:43 +0000 (02:36 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 15 May 2007 02:36:43 +0000 (02:36 +0000)
* Add support for SQL-standard GENERATED/IDENTITY columns

>   http://archives.postgresql.org/pgsql-hackers/2007-05/msg00344.php
>   http://archives.postgresql.org/pgsql-patches/2007-05/msg00076.php

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

index f1b0d6b..70ae830 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@ z
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian (bruce@momjian.us)
-Last updated:          Sun May 13 07:21:48 EDT 2007
+Last updated:          Mon May 14 22:36:37 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -217,6 +217,8 @@ Data Types
 
   http://archives.postgresql.org/pgsql-hackers/2006-07/msg00543.php
   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
 
 * -Support a data type with specific enumerated values (ENUM)
 * Improve XML support
index fc7e7e1..149a756 100644 (file)
@@ -10,7 +10,7 @@
 PostgreSQL TODO List
 </p><hr/>
 Current maintainer:     Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated:           Sun May 13 07:21:48 EDT 2007
+Last updated:           Mon May 14 22:36:37 EDT 2007
 
 <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>.
@@ -197,6 +197,8 @@ first.  There is also a developer's wiki at<br/>
   </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>
+  <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>
 </p>
   </li><li>-<em>Support a data type with specific enumerated values (ENUM)</em>
   </li><li>Improve XML support