PostgreSQL TODO List
====================
-Last updated: Wed Sep 20 19:01:42 EDT 2006
+Last updated: Tue Sep 26 07:18:13 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 Add command to archive partially filled 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.
-
- o %Create dump tool for write-ahead logs for use in determining
- transaction id for point-in-time recovery
o Allow a warm standby system to also allow read-only statements
[pitr]
This is useful for checking PITR recovery.
+ o %Create dump tool for write-ahead logs for use in determining
+ transaction id for point-in-time recovery
o Allow the PITR process to be debugged and data examined
-Last updated: Wed Sep 20 19:01:42 EDT 2006
+Last updated: Tue Sep 26 07:18:13 EDT 2006
The most recent version of this document can be viewed at
Point-In-Time Recovery (PITR)
-
Add command to archive partially filled 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.
-
-
%Create dump tool for write-ahead logs for use in determining
- transaction id for point-in-time recovery
-
Allow a warm standby system to also allow read-only statements
+
Allow a warm standby system to also allow read-only statements
This is useful for checking PITR recovery.
+
%Create dump tool for write-ahead logs for use in determining
+ transaction id for point-in-time recovery
Allow the PITR process to be debugged and data examined