diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-05-28 23:56:00 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-05-28 23:56:00 +0000 |
commit | 4c75abde5314b080469fe26fefa86817b9562c6b (patch) | |
tree | bbbd92f526ac231e083e3c6379dd1f7f68444add | |
parent | fa98a86f65cc2d71cbef5caa063f12c66233238c (diff) | |
download | postgresql-4c75abde5314b080469fe26fefa86817b9562c6b.tar.gz postgresql-4c75abde5314b080469fe26fefa86817b9562c6b.zip |
Add:
>
> * Fix self-referential UPDATEs seeing inconsistent row versions in
> read-committed mode
>
> http://archives.postgresql.org/pgsql-hackers/2007-05/msg00507.php
-rw-r--r-- | doc/TODO | 7 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 6 |
2 files changed, 11 insertions, 2 deletions
@@ -2,7 +2,7 @@ z PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Thu May 17 21:22:04 EDT 2007 +Last updated: Mon May 28 19:55:57 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -568,6 +568,11 @@ SQL Commands http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php +* Fix self-referential UPDATEs seeing inconsistent row versions in + read-committed mode + + http://archives.postgresql.org/pgsql-hackers/2007-05/msg00507.php + * CREATE diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index e82794fae51..6351200f052 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -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: Thu May 17 21:22:04 EDT 2007 +Last updated: Mon May 28 19:55:57 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>. @@ -508,6 +508,10 @@ first. There is also a developer's wiki at<br/> get dropped while the DROP operation is happening <p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php">http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php</a> </p> + </li><li>Fix self-referential UPDATEs seeing 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> +</p> </li><li>CREATE <ul> <li>Allow CREATE TABLE AS to determine column lengths for complex |