File tree 2 files changed +7
-18
lines changed 2 files changed +7
-18
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: Wed Sep 20 19:01:42 EDT 2006
5
+ Last updated: Tue Sep 26 07:18:13 EDT 2006
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.
@@ -139,19 +139,13 @@ Administration
139
139
140
140
* Point-In-Time Recovery (PITR)
141
141
142
- o Add command to archive partially filled write-ahead logs? [pitr]
143
-
144
- Currently only full WAL files are archived. This means that the
145
- most recent transactions aren't available for recovery in case
146
- of a disk failure.
147
-
148
- o %Create dump tool for write-ahead logs for use in determining
149
- transaction id for point-in-time recovery
150
142
o Allow a warm standby system to also allow read-only statements
151
143
[pitr]
152
144
153
145
This is useful for checking PITR recovery.
154
146
147
+ o %Create dump tool for write-ahead logs for use in determining
148
+ transaction id for point-in-time recovery
155
149
o Allow the PITR process to be debugged and data examined
156
150
157
151
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: Wed Sep 20 19:01:42 EDT 2006
11
+ Last updated: Tue Sep 26 07:18:13 EDT 2006
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 > .
@@ -127,17 +127,12 @@ <h1><a name="section_2">Administration</a></h1>
127
127
</ li > </ ul >
128
128
</ li > < li > Point-In-Time Recovery (PITR)
129
129
< ul >
130
- < li > Add command to archive partially filled write-ahead logs? [< a href ="http://momjian.postgresql.org/cgi-bin/pgtodo?pitr "> pitr</ a > ]
131
- < p > Currently only full WAL files are archived. This means that the
132
- most recent transactions aren't available for recovery in case
133
- of a disk failure.
134
- </ p >
135
- </ li > < li > %Create dump tool for write-ahead logs for use in determining
136
- transaction id for point-in-time recovery
137
- </ li > < li > Allow a warm standby system to also allow read-only statements
130
+ < li > Allow a warm standby system to also allow read-only statements
138
131
[< a href ="http://momjian.postgresql.org/cgi-bin/pgtodo?pitr "> pitr</ a > ]
139
132
< p > This is useful for checking PITR recovery.
140
133
</ p >
134
+ </ li > < li > %Create dump tool for write-ahead logs for use in determining
135
+ transaction id for point-in-time recovery
141
136
</ li > < li > Allow the PITR process to be debugged and data examined
142
137
</ li > </ ul >
143
138
</ li > </ ul >
You can’t perform that action at this time.
0 commit comments