Add URL for:
authorBruce Momjian
Thu, 5 Apr 2007 02:08:53 +0000 (02:08 +0000)
committerBruce Momjian
Thu, 5 Apr 2007 02:08:53 +0000 (02:08 +0000)
* Reduce WAL traffic so only modified values are written rather than
  entire rows
>
>   http://archives.postgresql.org/pgsql-hackers/2007-03/msg01589.php
>

doc/TODO
doc/src/FAQ/TODO.html

index 525b1220187b61747392237c8714fdc969fb10d4..f3adf7eb1a89edb17bff72bf12fc80d3c0c98e3a 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Apr  3 11:51:25 EDT 2007
+Last updated:      Wed Apr  4 22:08:46 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1327,7 +1327,10 @@ Write-Ahead Log
 * Allow WAL traffic to be streamed to another server for stand-by
   replication
 * Reduce WAL traffic so only modified values are written rather than
-  entire rows?
+  entire rows
+
+  http://archives.postgresql.org/pgsql-hackers/2007-03/msg01589.php
+
 * -Allow the pg_xlog directory location to be specified during initdb
   with a symlink back to the /data location
 * Allow WAL information to recover corrupted pg_controldata
index 021a8abc2fc0dd6b7f3deb6f11c5c32f84d27692..1a8fcfb1be8c97e991cbf87bfe4e63b406e09187 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Apr  3 11:51:25 EDT 2007
+Last updated:           Wed Apr  4 22:08:46 EDT 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1178,7 +1178,9 @@ first.  There is also a developer's wiki at
   
  • Allow WAL traffic to be streamed to another server for stand-by
  •    replication
       
  • Reduce WAL traffic so only modified values are written rather than
  • -  entire rows?
    +  entire rows
    +

      http://archives.postgresql.org/pgsql-hackers/2007-03/msg01589.php

    +

       
  • -Allow the pg_xlog directory location to be specified during initdb
  •    with a symlink back to the /data location
       
  • Allow WAL information to recover corrupted pg_controldata