diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-04-10 23:15:46 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-04-10 23:15:46 +0000 |
commit | 857b0cd1276e987b62f4edc16e75efb6e7f1802d (patch) | |
tree | 95e15a86a0db43f5a5c41fd997b74a7d50806ff3 /doc/src | |
parent | 2f9b3ef7beb42216460bdaac2b6cedbdbee4f3aa (diff) |
Add:
* Re-enable the GUC full_page_writes in 8.2 when reliability issues have
been addressed
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 7498076400e..dfcf802227e 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Mon Apr 10 17:06:17 EDT 2006 +Last updated: Mon Apr 10 19:15:36 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>. @@ -56,6 +56,8 @@ first. <p> This would allow administrators to see more detailed information from specific sections of the backend, e.g. checkpoints, autovacuum, etc. </p> + </li><li>Re-enable the GUC full_page_writes in 8.2 when reliability issues have + been addressed </li><li>Improve replication solutions <ul> <li>Load balancing |