File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
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
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1327,7 +1327,10 @@ Write-Ahead Log
1327
1327
* Allow WAL traffic to be streamed to another server for stand-by
1328
1328
replication
1329
1329
* 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
+
1331
1334
* -Allow the pg_xlog directory location to be specified during initdb
1332
1335
with a symlink back to the /data location
1333
1336
* Allow WAL information to recover corrupted pg_controldata
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
1178
1178
</ li > < li > Allow WAL traffic to be streamed to another server for stand-by
1179
1179
replication
1180
1180
</ 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 >
1182
1184
</ li > < li > -< em > Allow the pg_xlog directory location to be specified during initdb</ em >
1183
1185
with a symlink back to the /data location
1184
1186
</ li > < li > Allow WAL information to recover corrupted pg_controldata
You can’t perform that action at this time.
0 commit comments