diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-06-01 18:41:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-06-01 18:41:55 +0000 |
commit | 41ef1c0f327b79516cb423bba840a6322226dc28 (patch) | |
tree | 89a3813c9d9870c00735a2bb34d91933b97f45a2 | |
parent | 4fbdcc174eb3654b981101a128eae7e63febce29 (diff) | |
download | postgresql-41ef1c0f327b79516cb423bba840a6322226dc28.tar.gz postgresql-41ef1c0f327b79516cb423bba840a6322226dc28.zip |
Add URL for:
o Research self-referential UPDATEs that see inconsistent row versions
in read-committed mode
<
> http://archives.postgresql.org/pgsql-hackers/2007-06/msg00016.php
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Fri Jun 1 14:40:33 EDT 2007 +Last updated: Fri Jun 1 14:41:49 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -591,7 +591,7 @@ SQL Commands in read-committed mode http://archives.postgresql.org/pgsql-hackers/2007-05/msg00507.php - + http://archives.postgresql.org/pgsql-hackers/2007-06/msg00016.php * ALTER diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index c1b7b15bfcd..c08702392ac 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: Fri Jun 1 14:40:33 EDT 2007 +Last updated: Fri Jun 1 14:41:49 EDT 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>. @@ -528,6 +528,7 @@ first. There is also a developer's wiki at<br/> </li><li>Research self-referential UPDATEs that see inconsistent row versions in read-committed mode <p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-05/msg00507.php">http://archives.postgresql.org/pgsql-hackers/2007-05/msg00507.php</a> + <a href="http://archives.postgresql.org/pgsql-hackers/2007-06/msg00016.php">http://archives.postgresql.org/pgsql-hackers/2007-06/msg00016.php</a> </p> </li></ul> </li><li>ALTER |