Commit c57a418c authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Force archiving of partially-full WAL files when pg_stop_backup() is
>   called or the server is stopped
parent d755688f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Thu Apr 14 19:12:47 EDT 2005 Last updated: Sun Apr 17 23:00:43 EDT 2005
The most recent version of this document can be viewed at the PostgreSQL web The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
...@@ -111,6 +111,8 @@ Administration ...@@ -111,6 +111,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.
* Force archiving of partially-full WAL files when pg_stop_backup() is
called or the server is stopped
* Create dump tool for write-ahead logs for use in determining * Create dump tool for write-ahead logs for use in determining
transaction id for point-in-time recovery transaction id for point-in-time recovery
* Set proper permissions on non-system schemas during db creation * Set proper permissions on non-system schemas during db creation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment