We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent728026a commit059912cCopy full SHA for 059912c
doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
5
Bracketed items "[]" have more detail.
6
7
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
8
-Last updated:Fri Aug20 16:07:04 EDT 2004
+Last updated:Mon Aug23 17:56:39 EDT 2004
9
10
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
11
@@ -737,7 +737,8 @@ Write-Ahead Log
737
738
Currently, to protect against partial disk page writes, we write the
739
full page images to WAL before they are modified so we can correct any
740
- partial page writes during recovery.
+ partial page writes during recovery. These pages can also be
741
+ eliminated from point-in-time archive files.
742
743
* Reduce WAL traffic so only modified values are written rather than
744
entire rows (?)