1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00
> * Create dump tool for write-ahead logs for use in determining
>   transaction id for point-in-time recovery
This commit is contained in:
Bruce Momjian
2004-08-07 01:58:12 +00:00
parent deb15b55b1
commit 8ac6de38f1

View File

@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail. Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Fri Aug 6 13:52:36 EDT 2004 Last updated: Fri Aug 6 21:58:13 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
@ -91,6 +91,8 @@ Administration
recent transactions aren't available for recovery in case of a disk recent transactions aren't available for recovery in case of a disk
failure. failure.
* Create dump tool for write-ahead logs for use in determining
transaction id for point-in-time recovery
* Improve replication solutions * Improve replication solutions
o Automatic failover o Automatic failover