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 Jul 25 00: 11:20 EDT 2006
11
+ Last updated: Tue Jul 25 11:21:42 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 > .
@@ -132,7 +132,7 @@ <h1><a name="section_2">Administration</a></h1>
132
132
</ li > < li > Point-In-Time Recovery (PITR)
133
133
< ul >
134
134
< li > Allow point-in-time recovery to archive partially filled
135
- write-ahead logs [< a href ="http://momjian.postgresql.org/cgi-bin/pgtodo?pitr "> pitr</ a > ]
135
+ write-ahead logs? [< a href ="http://momjian.postgresql.org/cgi-bin/pgtodo?pitr "> pitr</ a > ]
136
136
< p > Currently only full WAL files are archived. This means that the
137
137
most recent transactions aren't available for recovery in case
138
138
of a disk failure. This could be triggered by a user command or
@@ -142,7 +142,7 @@ <h1><a name="section_2">Administration</a></h1>
142
142
pg_stop_backup() is called or the server is stopped
143
143
< p > Doing this will allow administrators to know more easily when
144
144
the archive contains all the files needed for point-in-time
145
- recovery.
145
+ recovery. A function call to do this would also be useful.
146
146
< a href ="http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php "> http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php</ a >
147
147
</ p >
148
148
</ li > < li > %Create dump tool for write-ahead logs for use in determining
0 commit comments