From 4309a7dd9954115774ac6e962f4851cebadc9dbe Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 5 Mar 2008 16:07:21 +0000
Subject: [PATCH] Add URL for:

* Add support for SQL-standard GENERATED/IDENTITY columns

>   http://archives.postgresql.org/pgsql-hackers/2008-02/msg00604.php
---
 doc/TODO              | 3 ++-
 doc/src/FAQ/TODO.html | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 29339137b4e..5a7461cc08c 100644
--- 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
 
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index ad6638f5541..7e520f6a7e7 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -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>
-- 
GitLab