PostgreSQL TODO List
====================
-Last updated: Tue Jul 25 00:11:20 EDT 2006
+Last updated: Tue Jul 25 11:21:42 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
* Point-In-Time Recovery (PITR)
o Allow point-in-time recovery to archive partially filled
- write-ahead logs [pitr]
+ write-ahead logs? [pitr]
Currently only full WAL files are archived. This means that the
most recent transactions aren't available for recovery in case
Doing this will allow administrators to know more easily when
the archive contains all the files needed for point-in-time
- recovery.
+ recovery. A function call to do this would also be useful.
http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php
o %Create dump tool for write-ahead logs for use in determining
-Last updated: Tue Jul 25 00:11:20 EDT 2006
+Last updated: Tue Jul 25 11:21:42 EDT 2006
The most recent version of this document can be viewed at
Point-In-Time Recovery (PITR)
Allow point-in-time recovery to archive partially filled
- write-ahead logs [
pitr]
+ write-ahead logs
? [
pitr]
Currently only full WAL files are archived. This means that the
most recent transactions aren't available for recovery in case
of a disk failure. This could be triggered by a user command or
pg_stop_backup() is called or the server is stopped
Doing this will allow administrators to know more easily when
the archive contains all the files needed for point-in-time
- recovery.
+ recovery. A function call to do this would also be useful.
%Create dump tool for write-ahead logs for use in determining