OSDN Git Service

Add URL for:
authorBruce Momjian <bruce@momjian.us>
Thu, 8 Feb 2007 21:51:50 +0000 (21:51 +0000)
committerBruce Momjian <bruce@momjian.us>
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 501f2ce..1f28985 100644 (file)
--- 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)
 
index fc61260..10af407 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:           Tue Feb  6 11:44:05 EST 2007
+Last updated:           Thu Feb  8 16:51:45 EST 2007
 </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>.
@@ -200,6 +200,7 @@ first.  There is also a developer's wiki at<br/>
 </p>
   </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>
 </p>
   </li><li>Support a data type with specific enumerated values (ENUM)
 <p>  <a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00979.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00979.php</a>