From 329cec451efb152b460c3b0e34a395cf2d995f2c Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 18 Sep 2006 14:56:19 +0000
Subject: [PATCH] Add URL to UPDATE unique index case x=x+1:

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

diff --git a/doc/TODO b/doc/TODO
index e2d89492ee7..6314ee7c8d1 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:	Bruce Momjian (bruce@momjian.us)
-Last updated:		Sat Sep 16 18:06:27 EDT 2006
+Last updated:		Mon Sep 18 10:56:04 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -696,7 +696,7 @@ SQL Commands
 	  command is being executed, rather than at the end of the statement
 	  or transaction.
 	  http://people.planetpostgresql.org/greg/index.php?/archives/2006/06/10.html
-
+	  http://archives.postgresql.org/pgsql-hackers/2006-09/msg01458.php
 
 
 * Server-Side Languages
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index ed40f3d6de9..e853391e79a 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:           Sat Sep 16 18:06:27 EDT 2006
+Last updated:           Mon Sep 18 10:56:04 EDT 2006
 </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>.
@@ -628,6 +628,7 @@ first.
           command is being executed, rather than at the end of the statement
           or transaction.
           <a href="http://people.planetpostgresql.org/greg/index.php?/archives/2006/06/10.html">http://people.planetpostgresql.org/greg/index.php?/archives/2006/06/10.html</a>
+          <a href="http://archives.postgresql.org/pgsql-hackers/2006-09/msg01458.php">http://archives.postgresql.org/pgsql-hackers/2006-09/msg01458.php</a>
 </p>
   </li></ul>
   </li><li>Server-Side Languages
-- 
GitLab