File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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 (pgman@candle.pha.pa.us)
5
- Last updated: Sat Jun 4 20:19:57 EDT 2005
5
+ Last updated: Sat Jun 4 20:28:35 EDT 2005
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.
@@ -107,7 +107,7 @@ Administration
107
107
to return to their default values.
108
108
109
109
* Allow point-in-time recovery to archive partially filled write-ahead
110
- logs
110
+ logs [pitr]
111
111
112
112
Currently only full WAL files are archived. This means that the most
113
113
recent transactions aren't available for recovery in case of a disk
@@ -127,7 +127,7 @@ Administration
127
127
copied from the template1 database.
128
128
129
129
* Add a function that returns the 'uptime' of the postmaster
130
- * Allow a warm standby system to also allow read-only queries
130
+ * Allow a warm standby system to also allow read-only queries [pitr]
131
131
132
132
This is useful for checking PITR recovery.
133
133
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:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Sat Jun 4 20:19:57 EDT 2005
11
+ Last updated: Sat Jun 4 20:28:35 EDT 2005
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 > .
@@ -102,7 +102,7 @@ <h1><a name="section_2">Administration</a></h1>
102
102
to return to their default values.
103
103
</ p >
104
104
</ li > < li > Allow point-in-time recovery to archive partially filled write-ahead
105
- logs
105
+ logs [ < a href =" http://momjian.postgresql.org/cgi-bin/pgtodo?pitr " > pitr </ a > ]
106
106
< p > Currently only full WAL files are archived. This means that the most
107
107
recent transactions aren't available for recovery in case of a disk
108
108
failure. This could be triggered by a user command or a timer.
@@ -119,7 +119,7 @@ <h1><a name="section_2">Administration</a></h1>
119
119
copied from the template1 database.
120
120
</ p >
121
121
</ li > < li > Add a function that returns the 'uptime' of the postmaster
122
- </ li > < li > Allow a warm standby system to also allow read-only queries
122
+ </ li > < li > Allow a warm standby system to also allow read-only queries [ < a href =" http://momjian.postgresql.org/cgi-bin/pgtodo?pitr " > pitr </ a > ]
123
123
< p > This is useful for checking PITR recovery.
124
124
</ p >
125
125
</ li > < li > Allow the PITR process to be debugged and data examined
You can’t perform that action at this time.
0 commit comments