PostgreSQL TODO List
====================
-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.
* 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
-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
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
+
-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