Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bd097cc

Browse files
committed
Add URL for:
* Reduce WAL traffic so only modified values are written rather than entire rows > > http://archives.postgresql.org/pgsql-hackers/2007-03/msg01589.php >
1 parent 43666e8 commit bd097cc

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

doc/TODO

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Tue Apr 3 11:51:25 EDT 2007
5+
Last updated: Wed Apr 4 22:08:46 EDT 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1327,7 +1327,10 @@ Write-Ahead Log
13271327
* Allow WAL traffic to be streamed to another server for stand-by
13281328
replication
13291329
* Reduce WAL traffic so only modified values are written rather than
1330-
entire rows?
1330+
entire rows
1331+
1332+
http://archives.postgresql.org/pgsql-hackers/2007-03/msg01589.php
1333+
13311334
* -Allow the pg_xlog directory location to be specified during initdb
13321335
with a symlink back to the /data location
13331336
* Allow WAL information to recover corrupted pg_controldata

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Tue Apr 3 11:51:25 EDT 2007
11+
Last updated: Wed Apr 4 22:08:46 EDT 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1178,7 +1178,9 @@ <h1><a name="section_18">Write-Ahead Log</a></h1>
11781178
</li><li>Allow WAL traffic to be streamed to another server for stand-by
11791179
replication
11801180
</li><li>Reduce WAL traffic so only modified values are written rather than
1181-
entire rows?
1181+
entire rows
1182+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-03/msg01589.php">http://archives.postgresql.org/pgsql-hackers/2007-03/msg01589.php</a>
1183+
</p>
11821184
</li><li>-<em>Allow the pg_xlog directory location to be specified during initdb</em>
11831185
with a symlink back to the /data location
11841186
</li><li>Allow WAL information to recover corrupted pg_controldata

0 commit comments

Comments
 (0)